Sfoglia il codice sorgente

output heatmap

master
YaqingLiu 4 anni fa
parent
commit
a72e18b90c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/export.wdl

+ 1
- 1
tasks/export.wdl Vedi File

@@ -22,6 +22,6 @@ task export{

output {
File seg = "${sample_id}.seg"
File heatmap = "${sample_id}.heatmap"
File heatmap = "${sample_id}.heatmap.pdf"
}
}

Loading…
Annulla
Salva