Skip to content
Snippets Groups Projects

Resolve "Add automated download of bagit through deriva"

Merged Gervaise Henry requested to merge 15-auto.bagit.download into develop
Viewing commit 20daf0f9
Next
Show latest version
6 files
+ 113
89
Preferences
File browser
Compare changes
@@ -5,10 +5,14 @@ process {
@@ -5,10 +5,14 @@ process {
// Process specific configuration
// Process specific configuration
withName:splitData {
withName:splitData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.1'
}
}
withName:getData {
withName:getData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.1'
 
}
 
withName:trimData {
 
container = 'docker://bicf/trimgalore:1.1'
 
queue = '256GB,256GBv1,384GB'
}
}
}
}