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

Update biohpc.config

parent 9b8bab0c
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5368 failed with stages
in 17 seconds
......@@ -2,13 +2,13 @@ process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
container = 'docker://bicf/bicfbase:1.3'
withName:checkDesignFile {
container = 'docker://bicf/python3:1.2'
executor = 'local'
}
withName:untarBCL {
container = 'docker://bicf/bicfbase:1.3'
queue = 'super'
}
withName:mkfastq {
......@@ -16,7 +16,6 @@ process {
queue = '128GB,256GB,256GBv1,384GB'
}
withName:countDesign {
container = 'docker://bicf/bicfbase:1.3'
executor = 'local'
}
withName:fastqc {
......
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