Skip to content

Commit 8e91f72

Browse files
committed
Add missing xmx parameter to pgs command
1 parent 161f2de commit 8e91f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/local/pgs_calculation/create_html_report.nf

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ process CREATE_HTML_REPORT {
3939
$samples \
4040
--out scores.details.html
4141
42-
43-
pgs-calc report \
42+
java -Xmx${avail_mem}M -jar /opt/pgs-calc/pgs-calc.jar \
43+
report \
4444
--data ${merged_score} \
4545
--info ${merged_info} \
4646
--meta ${scores_meta} \

0 commit comments

Comments
 (0)