Przeglądaj źródła

samtools command line

master
LUYAO REN 4 lat temu
rodzic
commit
61647143e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/getBam.wdl

+ 1
- 1
tasks/getBam.wdl Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz