Browse Source

output heatmap

master
YaqingLiu 4 years ago
parent
commit
a72e18b90c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/export.wdl

+ 1
- 1
tasks/export.wdl View 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…
Cancel
Save