瀏覽代碼

更新 'tasks/samtools.wdl'

tags/v0.0.1
chenqingwang 4 年之前
父節點
當前提交
445eecb699
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      tasks/samtools.wdl

+ 2
- 0
tasks/samtools.wdl 查看文件

set -o pipefail set -o pipefail
set -e set -e


cp ${bam_file} ${bam_id}
samtools index ${bam_file} samtools index ${bam_file}


>>> >>>
} }


output { output {
File bam = "$(bam_id)"
File bam_index = "$(bam_id).bai" File bam_index = "$(bam_id).bai"
} }



Loading…
取消
儲存