Skip to content
Snippets Groups Projects
Commit 3e4b12b9 authored by Hololens Test's avatar Hololens Test
Browse files

Update main.nf and biohpc_singularity_gitlab.config to use correct container invoke

parent 9af5bb5a
Branches
Tags
1 merge request!3Merge new CI pipeline with the changes from Peng.
...@@ -7,6 +7,9 @@ docker { ...@@ -7,6 +7,9 @@ docker {
process { process {
executor = 'local' executor = 'local'
withName:parameters {
container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
}
withName:uppercase { withName:uppercase {
container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest' container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
} }
......
...@@ -27,7 +27,7 @@ stories = Channel.fromPath( params.story ) ...@@ -27,7 +27,7 @@ stories = Channel.fromPath( params.story )
process parameters { process parameters {
cpus 1 cpus 1
container 'ubuntu:latest' //container 'ubuntu:latest'
""" """
echo "Test Parameters Provided..." echo "Test Parameters Provided..."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment