Quellcode durchsuchen

更新 'tasks/CNVkit.wdl'

master
meng vor 2 Jahren
Ursprung
Commit
24e191535a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl Datei anzeigen

@@ -104,7 +104,7 @@ task cnvkit{
#gain and loss
cat ${sample}.call.cns > ${sample}.call.cns.bed
/root/miniconda2/bin/cnvkit.py export vcf ${sample}.call.cns -y -i "${sample}" -o ${sample}.call.cns.vcf

tar cvf ${sample}.tar ${sample}*
@@ -121,7 +121,7 @@ task cnvkit{

output{
File out_file = "${sample}.tar"
File cnv_bed = "${sample}.call.cns.bed"
File cnv_bed = "${sample}.call.cns.vcf"
}

}

Laden…
Abbrechen
Speichern