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

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

@@ -8,7 +8,7 @@ task getBam {
String disk_size
command <<<
/opt/conda/bin/samtools view -b ${bam} ${sep=" " pos} | opt/conda/bin/samtools sort - > ${sample}.bam
/opt/conda/bin/samtools view -b ${bam} ${sep=" " pos} | /opt/conda/bin/samtools sort - > ${sample}.bam
/opt/conda/bin/samtools index ${sample}.bam
>>>


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