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

Temp remove version and multiqc processes

parent 26bdc114
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5375 failed with stages
in 43 seconds
......@@ -19,7 +19,7 @@ process {
executor = 'local'
}
withName:fastqc {
module = ['fastqc/0.11.5', 'parallel']
container = 'docker://bicf/fastqc:1.5'
queue = 'super'
}
withName:versions {
......
......@@ -148,7 +148,7 @@ process fastqc {
}
/*
process versions {
tag "${name}"
......@@ -193,3 +193,4 @@ process multiqc {
"""
}
*/
\ No newline at end of file
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