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

Add fastqc output

parent 8f580cc7
2 merge requests!37v0.0.1,!18Resolve "process_fastqc"
Pipeline #5879 failed with stages
in 8 minutes and 47 seconds
...@@ -339,6 +339,7 @@ process dedupData { ...@@ -339,6 +339,7 @@ process dedupData {
*/ */
process fastqc { process fastqc {
tag "${repRID}" tag "${repRID}"
publishDir "${outDir}/fastqc", mode: 'copy', pattern: "*_fastqc.zip"
publishDir "${logsDir}", mode: 'copy', pattern: "*.fastq.err" publishDir "${logsDir}", mode: 'copy', pattern: "*.fastq.err"
input: input:
......
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