Selaa lähdekoodia

for loop

master
LUYAO REN 4 vuotta sitten
vanhempi
commit
0c986d2586
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tasks/getBam.wdl

+ 1
- 1
tasks/getBam.wdl Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna