Browse Source

更新 'tasks/samtools.wdl'

master
lizhihui 6 years ago
parent
commit
a1f40d09bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/samtools.wdl

+ 1
- 1
tasks/samtools.wdl View File

set -o pipefail set -o pipefail
set -e set -e
/opt/conda/bin/samtools view -bS ${sam} > ${bam} /opt/conda/bin/samtools view -bS ${sam} > ${bam}
/opt/conda/bin/samtools sort -m 5000000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools sort -m 500000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam} /opt/conda/bin/samtools index ${sorted_bam}
>>> >>>



Loading…
Cancel
Save