浏览代码

Test

master
YaqingLiu 4 年前
父节点
当前提交
f82d50ed1a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      tasks/index.wdl

+ 3
- 1
tasks/index.wdl 查看文件

@@ -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 {

正在加载...
取消
保存