Quellcode durchsuchen

更新 'tasks/samtools.wdl'

sort -m 1000000000
内存更改
master
lizhihui vor 6 Jahren
Ursprung
Commit
87e85c828e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tasks/samtools.wdl

+ 1
- 1
tasks/samtools.wdl Datei anzeigen

@@ -11,7 +11,7 @@ task samtools {
set -o pipefail
set -e
/opt/conda/bin/samtools view -bS ${sam} > ${bam}
/opt/conda/bin/samtools sort -m 500000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools sort -m 1000000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
>>>


Laden…
Abbrechen
Speichern