LUYAO REN 4 лет назад
Родитель
Сommit
7989abc4da
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      tasks/getBam.wdl

+ 4
- 2
tasks/getBam.wdl Просмотреть файл

@@ -8,9 +8,11 @@ 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 {

Загрузка…
Отмена
Сохранить