Skip to content

Commit

Permalink
Restoring to default 500000
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpu committed Oct 31, 2019
1 parent dc6c16a commit eb8615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ process MarkDuplicates {
"""
gatk --java-options ${markdup_java_options} \
MarkDuplicates \
--MAX_RECORDS_IN_RAM 10000 \
--MAX_RECORDS_IN_RAM 500000 \
--INPUT ${idSample}.bam \
--METRICS_FILE ${idSample}.bam.metrics \
--TMP_DIR . \
Expand Down

0 comments on commit eb8615d

Please sign in to comment.