Skip to content
Snippets Groups Projects
Commit c6a559e6 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Put trackStart container in nextflow.config

parent 024e7e2c
Branches
Tags
2 merge requests!76Develop,!71Seqwho
...@@ -22,6 +22,9 @@ profiles { ...@@ -22,6 +22,9 @@ profiles {
} }
process { process {
withName:trackStart {
container = 'gudmaprbk/gudmap-rbk_base:1.0.0'
}
withName:getBag { withName:getBag {
container = 'gudmaprbk/deriva1.4:1.0.0' container = 'gudmaprbk/deriva1.4:1.0.0'
} }
......
...@@ -117,7 +117,6 @@ script_deleteEntry_uploadProcessedFile = Channel.fromPath("${baseDir}/workflow/s ...@@ -117,7 +117,6 @@ script_deleteEntry_uploadProcessedFile = Channel.fromPath("${baseDir}/workflow/s
* trackStart: track start of pipeline * trackStart: track start of pipeline
*/ */
process trackStart { process trackStart {
container 'gudmaprbk/gudmap-rbk_base:1.0.0'
script: script:
""" """
hostname hostname
......
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