Quellcode durchsuchen

更新 'tasks/CNVkit.wdl'

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

+ 3
- 1
tasks/CNVkit.wdl Datei anzeigen

@@ -96,6 +96,8 @@ task cnvkit{
/root/miniconda2/bin/cnvkit.py call ${sample}.cns/${sample}.cns --center-at $center \
-o ${sample}.call.cns
cp ${sample}.call.cns ${sample}.call.cns.bed

ls ./
@@ -114,7 +116,7 @@ task cnvkit{

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

}

Laden…
Abbrechen
Speichern