Ver código fonte

qualimap rnaseq qc

master
LUYAO REN 5 anos atrás
pai
commit
1d03d96ae5
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      tasks/multiqc.wdl

+ 1
- 0
tasks/multiqc.wdl Ver arquivo

@@ -19,6 +19,7 @@ task multiqc {
mkdir -p /cromwell_root/tmp/fastqc
mkdir -p /cromwell_root/tmp/fastqscreen
mkdir -p /cromwell_root/tmp/bamqc
mkdir -p /cromwell_root/tmp/rnaseq

cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc
cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen

Carregando…
Cancelar
Salvar