Skip to content
Snippets Groups Projects

Develop

Merged Gervaise Henry requested to merge develop into 15-auto.bagit.download
Viewing commit 3d8cc5f7
Next
Show latest version
2 files
+ 54
24
Preferences
File browser
Compare changes
process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
// Process specific configuration
withName:splitData {
@@ -9,6 +10,10 @@ process {
withName:getData {
container = 'docker://bicf/bdbag:1.0'
}
withName:trimData {
container = 'docker://bicf/trimgalore:1.0'
queue = '256GB,256GBv1,384GB'
}
}