ソースを参照

for loop

master
LUYAO REN 4年前
コミット
0c986d2586
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/getBam.wdl

+ 1
- 1
tasks/getBam.wdl ファイルの表示

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

読み込み中…
キャンセル
保存