浏览代码

multiqc

master
LUYAO REN 4 年前
父节点
当前提交
52d7c20624
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      tasks/multiqc.wdl

+ 2
- 0
tasks/multiqc.wdl 查看文件

@@ -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

正在加载...
取消
保存