Skip to content

Commit

Permalink
MarkDuplicates MAX_RECORDS_IN_RAM decreased to 50000
Browse files Browse the repository at this point in the history
  • Loading branch information
Szilveszter Juhos authored and Szilveszter Juhos committed Aug 1, 2018
1 parent 7d62b73 commit d341e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ process MarkDuplicates {
"""
gatk --java-options -Xmx${task.memory.toGiga()}g \
MarkDuplicates \
--MAX_RECORDS_IN_RAM 50000 \
--INPUT ${bam} \
--METRICS_FILE ${bam}.metrics \
--TMP_DIR . \
Expand Down

0 comments on commit d341e32

Please sign in to comment.