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

Remove premature reference script and set fastq process to use super queue

parent 00b66d4c
Branches
Tags
2 merge requests!8Develop,!6Resolve "Add MultiQC"
Pipeline #3473 passed with stages
in 1 minute and 42 seconds
......@@ -17,7 +17,7 @@ process {
}
withLabel: fastqc {
module = ['fastqc/0.11.5', 'parallel']
executor = 'local'
executor = 'super'
}
withLabel: multiqc {
module = ['multiqc/1.7']
......
......@@ -101,6 +101,8 @@ process mkfastq {
process fastqc {
queue 'super'
publishDir "$outDir/${task.process}", mode: 'copy'
input:
......@@ -142,7 +144,6 @@ process versions {
ulimit -a
module load python/3.6.1-2-anaconda
echo $workflow.nextflow.version > version_nextflow.txt
python3 $baseDir/scripts/generate_references.py -r $references -o references
python3 $baseDir/scripts/generate_versions.py -f version_*.txt -o versions
"""
}
......
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