瀏覽代碼

更新 'tasks/samtools_index.wdl'

master
chenqingwang 3 年之前
父節點
當前提交
57860a854b
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      tasks/samtools_index.wdl

+ 2
- 2
tasks/samtools_index.wdl 查看文件

command <<< command <<<
samtools index --help samtools index --help
samtools index ${bam_file} ${clean_bam_name}.bai
cp ${bam_file} ./${clean_bam_name}
samtools index ${bam_file} ${clean_bam_name}.bai
cp ${bam_file} ./${clean_bam_name}
>>> >>>


runtime { runtime {

Loading…
取消
儲存