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
Although...when I ran the 11GB FASTQ file through the WDL on the commandline, it consumed upwards of 18GB of RAM, so if Terra kicks in the "memory retry" feature then these files should get processed fine with 2nd or 3rd attempts
The text was updated successfully, but these errors were encountered:
2GB of RAM ain't enough when your FASTQ files are >11GB in size, like from a NovaSeq.
This line:
https://github.com/theiagen/public_health_viral_genomics/blob/main/tasks/quality_control/task_fastq_scan.wdl#L50
and this line:
public_health_viral_genomics/tasks/quality_control/task_fastq_scan.wdl
Line 87 in bd7f8a9
should be upped to at least 8 GB.
Although...when I ran the 11GB FASTQ file through the WDL on the commandline, it consumed upwards of 18GB of RAM, so if Terra kicks in the "memory retry" feature then these files should get processed fine with 2nd or 3rd attempts
The text was updated successfully, but these errors were encountered: