浏览代码

for loop

master
LUYAO REN 4 年前
父节点
当前提交
0c986d2586
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/getBam.wdl

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

String disk_size String disk_size
command <<< command <<<
cat ${region} | whlie read a
cat ${region} | while read a
do do
/opt/conda/bin/samtools view -b ${bam} "$a" > $a.${sample}.bam /opt/conda/bin/samtools view -b ${bam} "$a" > $a.${sample}.bam
/opt/conda/bin/samtools index $a.${sample}.bam /opt/conda/bin/samtools index $a.${sample}.bam

正在加载...
取消
保存