You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this issue to make a feature request. In snakefile.gatk3_joint, the memory requirement is fixed at -Xmx3500M -Xms3500M. However, for some scan2 makepanel runs, the memory requirement for an individual variant calling job is not enough to complete the job, so the makepanel job doesn't go to completion. One solution might be to increase the requirement to 7000M, for example -Xmx7000M -Xms7000M. I had to manually modify snakefile.gatk3_joint, but is there a way to toggle this memory requirement in the job config file? Thanks.
The text was updated successfully, but these errors were encountered:
I'm using this issue to make a feature request. In
snakefile.gatk3_joint
, the memory requirement is fixed at-Xmx3500M -Xms3500M
. However, for somescan2 makepanel
runs, the memory requirement for an individual variant calling job is not enough to complete the job, so themakepanel
job doesn't go to completion. One solution might be to increase the requirement to7000M
, for example-Xmx7000M -Xms7000M
. I had to manually modifysnakefile.gatk3_joint
, but is there a way to toggle this memory requirement in the job config file? Thanks.The text was updated successfully, but these errors were encountered: