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
Peng Lian
astrocyte_example_wordcount
Commits
9de147c8
Commit
9de147c8
authored
Jun 15, 2021
by
Devin OKelly
Browse files
Modify container configs to use centos8 for wordcounts
parent
c275c56b
Pipeline
#10246
passed with stages
in 9 minutes and 45 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
astrocyte_pkg.yml
View file @
9de147c8
...
...
@@ -66,6 +66,12 @@ documentation_files:
# Specify versioned module names to ensure reproducability.
workflow_modules
:
-
Test
# A list of container images requires to run this workflow.
# Specify full path and version names to ensure reproducability.
# This keyword is required when 'container' is specified in Astrocyte 0.4.1 and above
workflow_containers
:
-
docker://ubuntu:latest
-
docker://centos:centos8
# A list of parameters used by the workflow, defining how to present them,
# options etc in the web interface. For each parameter:
...
...
workflow/configs/biohpc_docker.config
View file @
9de147c8
...
...
@@ -13,6 +13,6 @@ process {
container
=
'ubuntu:latest'
}
withName
:
wordcounts
{
container
=
'
ubuntu:latest
'
container
=
'
centos:centos8
'
}
}
workflow/configs/biohpc_docker_gitlab.config
View file @
9de147c8
...
...
@@ -13,6 +13,6 @@ process {
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
'
container
=
'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/
centos:centos8
'
}
}
workflow/configs/biohpc_singularity.config
View file @
9de147c8
...
...
@@ -13,6 +13,6 @@ process {
container
=
'ubuntu:latest'
}
withName
:
wordcounts
{
container
=
'
ubuntu:latest
'
container
=
'
centos:centos8
'
}
}
workflow/configs/biohpc_singularity_gitlab.config
View file @
9de147c8
...
...
@@ -17,6 +17,6 @@ process {
container
=
'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
wordcounts
{
container
=
'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/
ubuntu:latest
'
container
=
'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/
centos:centos8
'
}
}
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