소스 검색

multiqc

master
LUYAO REN 4 년 전
부모
커밋
33d636cff5
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. +0
    -8
      tasks/multiqc.wdl

+ 0
- 8
tasks/multiqc.wdl 파일 보기

@@ -6,7 +6,6 @@ task multiqc {
Array[File] txt1
Array[File] txt2

Array[File] zip
Array[File] summary

String docker
@@ -18,18 +17,11 @@ task multiqc {
set -e
mkdir -p /cromwell_root/tmp/fastqc
mkdir -p /cromwell_root/tmp/fastqscreen
mkdir -p /cromwell_root/tmp/bamqc
mkdir -p /cromwell_root/tmp/benchmark

cp ${sep=" " summary} /cromwell_root/tmp/benchmark
cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc
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_fastq_screen.txt > multiqc_fastq_screen.txt

Loading…
취소
저장