Browse Source

Test

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

+ 3
- 1
tasks/index.wdl View File

@@ -7,7 +7,9 @@ task index {
String clean_bam_name = basename(bam)
command <<<
samtools index ${bam}
samtools index --help
print ${clean_bam_name}
samtools index ${bam} ${clean_bam_name}.bai
>>>

runtime {

Loading…
Cancel
Save