Browse Source

multiqc

master
LUYAO REN 4 years ago
parent
commit
52d7c20624
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tasks/multiqc.wdl

+ 2
- 0
tasks/multiqc.wdl View File

@@ -23,6 +23,8 @@ task multiqc {
cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc
cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen

multiqc /cromwell_root/tmp/

cat multiqc_data/multiqc_general_stats.txt > multiqc_general_stats.txt
cat multiqc_data/multiqc_fastq_screen.txt > multiqc_fastq_screen.txt
cat multiqc_data/multiqc_happy_data.json > multiqc_happy_data.json

Loading…
Cancel
Save