Skip to content
Snippets Groups Projects

Added trimming step using trimGalore and logging.

Merged Jonathan Gesell requested to merge 3-trimming into develop
Compare and
2 files
+ 56
26
Preferences
File browser
Compare changes
process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
// Process specific configuration
withName:splitData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.0'
}
withName:getData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.0'
}
withName:trimData {
container = 'docker://bicf/trimgalore:1.0'
queue = '256GB,256GBv1,384GB'
}
}