Parcourir la source

qualimap rnaseq qc

master
LUYAO REN il y a 5 ans
Parent
révision
1d03d96ae5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      tasks/multiqc.wdl

+ 1
- 0
tasks/multiqc.wdl Voir le fichier

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

Chargement…
Annuler
Enregistrer