Bläddra i källkod

samtools command line

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

+ 1
- 1
tasks/getBam.wdl Visa fil

String disk_size String disk_size
command <<< 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 /opt/conda/bin/samtools index ${sample}.bam
>>> >>>



Laddar…
Avbryt
Spara