Quellcode durchsuchen

qualimap rnaseq qc

master
LUYAO REN vor 5 Jahren
Ursprung
Commit
1d03d96ae5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      tasks/multiqc.wdl

+ 1
- 0
tasks/multiqc.wdl Datei anzeigen

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

Laden…
Abbrechen
Speichern