Browse Source

vcf

master
LUYAO REN 5 years ago
parent
commit
7cf84ce72d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/bcf2vcf.wdl

+ 1
- 1
tasks/bcf2vcf.wdl View File

@@ -23,7 +23,7 @@ task bcf2vcf {
}

output {
File ins_vcf = "${sample_name}.vcf"
File vcf = "${sample_name}.vcf"
}
}


Loading…
Cancel
Save