Browse Source

Fix bug: task name

master
YaqingLiu 4 years ago
parent
commit
0b00f5a5b4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/somatic.wdl

+ 2
- 2
tasks/somatic.wdl View File

@@ -1,11 +1,11 @@
task varscan {
task somatic {

String sample
File normal_bam
File normal_bam_index
File tumor_bam
File tumor_bam_index
File ref_dir
String fasta
String docker

Loading…
Cancel
Save