Procházet zdrojové kódy

samtools command line

master
LUYAO REN před 4 roky
rodič
revize
3471965bc9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/getBam.wdl

+ 1
- 1
tasks/getBam.wdl Zobrazit soubor

@@ -8,7 +8,7 @@ task getBam {
String disk_size
command <<<
/opt/conda/bin/samtools view ${bam} -H ${sep=" " pos} | /opt/conda/bin/samtools view -bS - | /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
>>>


Načítá se…
Zrušit
Uložit