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 {
}
process {
withName:trackStart {
container = 'gudmaprbk/gudmap-rbk_base:1.0.0'
}
withName:getBag {
container = 'gudmaprbk/deriva1.4:1.0.0'
}
......
......@@ -117,7 +117,6 @@ script_deleteEntry_uploadProcessedFile = Channel.fromPath("${baseDir}/workflow/s
* trackStart: track start of pipeline
*/
process trackStart {
container 'gudmaprbk/gudmap-rbk_base:1.0.0'
script:
"""
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