rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 158: | Line 158: | ||
<!--T:45--> | <!--T:45--> | ||
For more information about Apptainer, | For more information about Apptainer, watch the recorded [https://www.youtube.com/watch?v=bpmrfVqBowY Apptainer webinar]. | ||
==Frequently asked questions == <!--T:23--> | ==Frequently asked questions == <!--T:23--> | ||
Line 177: | Line 177: | ||
===How do I deal with <code>java.lang.OutOfMemoryError: Java heap space</code> === <!--T:24--> | ===How do I deal with <code>java.lang.OutOfMemoryError: Java heap space</code> === <!--T:24--> | ||
Subprograms of GATK often require more memory to process your files. If you were not using the <code>-Xms</code> command, add it to the <code>--java-options</code>. For example, let's imagine that you run the following command: | |||
<pre> | <pre> | ||
gatk MarkDuplicates \ | gatk MarkDuplicates \ | ||
Line 186: | Line 186: | ||
<!--T:25--> | <!--T:25--> | ||
but it gives you the <code>java.lang.OutOfMemoryError: Java heap space</code> error. Try: | |||
<!--T:26--> | <!--T:26--> | ||
Line 198: | Line 198: | ||
<!--T:27--> | <!--T:27--> | ||
If it fails again, keep increasing the memory until you find the required memory for your particular dataset. If you are using any of our systems,<b>remember to request enough memory for this</b>. | If it fails again, keep increasing the memory until you find the required memory for your particular dataset. If you are using any of our systems, <b>remember to request enough memory for this</b>. | ||
<!--T:28--> | <!--T:28--> |