瀏覽代碼

samtools command line

master
LUYAO REN 4 年之前
父節點
當前提交
61647143e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/getBam.wdl

+ 1
- 1
tasks/getBam.wdl 查看文件

String disk_size String disk_size
command <<< command <<<
/opt/conda/bin/samtools view -b ${bam} ${sep=" " pos} | opt/conda/bin/samtools sort - > ${sample}.bam
/opt/conda/bin/samtools view -b ${bam} ${sep=" " pos} | /opt/conda/bin/samtools sort - > ${sample}.bam
/opt/conda/bin/samtools index ${sample}.bam /opt/conda/bin/samtools index ${sample}.bam
>>> >>>



Loading…
取消
儲存