Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
567e7180
Commit
567e7180
authored
Jun 14, 2021
by
Devin OKelly
Browse files
[ci skip] Adding new configurations for pulling from the gitlab registry
parent
6c7d6267
Changes
2
Hide whitespace changes
Inline
Side-by-side
workflow/configs/biohpc_docker_gitlab.config
0 → 100755
View file @
567e7180
docker
{
enabled
=
true
fixOwnership
=
true
}
process
{
executor
=
'local'
withName
:
uppercase
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
tolines
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
wordcounts
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
}
workflow/configs/biohpc_singularity_gitlab.config
0 → 100755
View file @
567e7180
docker
{
enabled
=
true
runOptions
=
'--bind /vagrant:/vagrant'
cacheDir
=
"$baseDir/images/singularity"
}
process
{
executor
=
'local'
withName
:
uppercase
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
tolines
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
wordcounts
{
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment