Quellcode durchsuchen

更新 'tasks/CNVkit.wdl'

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

+ 7
- 1
tasks/CNVkit.wdl Datei anzeigen

@@ -96,7 +96,13 @@ 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
# Plot the results
/root/miniconda2/bin/cnvkit.py scatter ${sample}.cns/${sample}.cnr -s ${sample}.call.cns -o ${sample}.scatter.pdf
/root/miniconda2/bin/cnvkit.py diagram ${sample}.cns/${sample}.cnr -s ${sample}.call.cns -o ${sample}.diagram.pdf
/root/miniconda2/bin/cnvkit.py heatmap ${sample}.cns/${sample}.cnr ${sample}.call.cns -o ${sample}.heatmap.pdf
cp ${sample}.call.cns ${sample}.call.cns.bed


Laden…
Abbrechen
Speichern