浏览代码

multiqc

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

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

Array[File] txt1 Array[File] txt1
Array[File] txt2 Array[File] txt2


Array[File] zip
Array[File] summary Array[File] summary


String docker String docker
set -e set -e
mkdir -p /cromwell_root/tmp/fastqc mkdir -p /cromwell_root/tmp/fastqc
mkdir -p /cromwell_root/tmp/fastqscreen mkdir -p /cromwell_root/tmp/fastqscreen
mkdir -p /cromwell_root/tmp/bamqc
mkdir -p /cromwell_root/tmp/benchmark mkdir -p /cromwell_root/tmp/benchmark


cp ${sep=" " summary} /cromwell_root/tmp/benchmark cp ${sep=" " summary} /cromwell_root/tmp/benchmark
cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc
cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen
for i in ${sep=" " zip}
do
tar -zxvf $i -C /cromwell_root/tmp/bamqc
done

multiqc /cromwell_root/tmp/


cat multiqc_data/multiqc_general_stats.txt > multiqc_general_stats.txt 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_fastq_screen.txt > multiqc_fastq_screen.txt

正在加载...
取消
保存