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

Fix bicfbase version

parent 27517310
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5362 failed with stages
in 4 minutes and 19 seconds
......@@ -18,13 +18,13 @@ process {
container = 'docker://bicf/python3:1.2'
}
withLabel:untarBCL {
container = 'docker://bicf/bicfbase:1.4'
container = 'docker://bicf/bicfbase:1.3'
}
withLabel:mkfastq {
container = 'docker://bicf/cellranger3.1.0:1.0'
}
withLabel:countDesign {
container = 'docker://bicf/bicfbase:1.4'
container = 'docker://bicf/bicfbase:1.3'
}
withLabel:fastqc {
module = ['fastqc/0.11.5', 'parallel']
......
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