Skip to content

Commit

Permalink
align {
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Apr 3, 2024
1 parent 2cea1a4 commit 78a56b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/picard/collectrnaseqmetrics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ process PICARD_COLLECTRNASEQMETRICS {
log.info '[Picard CollectRnaMetrics] Available memory not known - defaulting to 3GB. Specify process memory requirements to change this.'
} else {
avail_mem = (task.memory.mega*0.8).intValue()
}
}
"""
picard \\
-Xmx${avail_mem}M \\
Expand Down

0 comments on commit 78a56b3

Please sign in to comment.