Bläddra i källkod

for loop

master
LUYAO REN 4 år sedan
förälder
incheckning
b007cd1311
1 ändrade filer med 2 tillägg och 5 borttagningar
  1. +2
    -5
      tasks/getBam.wdl

+ 2
- 5
tasks/getBam.wdl Visa fil

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

/opt/conda/bin/samtools index $a.${sample}.bam; done
>>>

runtime {

Laddar…
Avbryt
Spara