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

Fix biohpc config

parent 7fa5e438
Branches
Tags
3 merge requests!37v0.0.1,!11Develop,!8Resolve "Add automated download of bagit through deriva"
Pipeline #5649 failed with stage
in 4 seconds
...@@ -4,10 +4,12 @@ process { ...@@ -4,10 +4,12 @@ process {
clusterOptions = '--hold' clusterOptions = '--hold'
// Process specific configuration // Process specific configuration
withName:splitData { withName:getBag {
executor = 'local'
container = 'docker://bicf/gudmaprbkfilexfer:1.1' container = 'docker://bicf/gudmaprbkfilexfer:1.1'
} }
withName:getData { withName:getData {
executor = 'local'
container = 'docker://bicf/gudmaprbkfilexfer:1.1' container = 'docker://bicf/gudmaprbkfilexfer:1.1'
} }
withName:trimData { withName:trimData {
......
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