NBISweden / aMeta

Ancient microbiome snakemake workflow
MIT License
19 stars 14 forks source link

mem_mb in FastQC rule should be changed #156

Closed LeandroRitter closed 4 months ago

LeandroRitter commented 8 months ago

Right now FasQC_Before/After_Trimming, the memory parameter is set to 1024 MB, which leads to this error message:

Memory value 10240 MB was outside the allowed range (100 - 10000) at /aMeta/.snakemake/conda/29408ff88243ec3671290557f41f37da_/bin/fastqc line 203.
logs/FASTQC_AFTER_TRIMMING/NW-17.log (END)
FreyaStein commented 4 months ago

What is the preliminary solution for that? Change it to a higher number? (it ran with 10240 MB) in the ../aMeta/.test/.snakemake/conda/e8531c7d541689213a8be8b131985ae0_/bin/fastqc?

ZoePochon commented 4 months ago

Hey Freya!

The preliminary solution is to specify in your slurm file how much memory to use within the range of 100 to 10000 like this for example:

Amount of threads per rule

set-threads:

LeandroRitter commented 4 months ago

Has been fixed centrally in the latest PR. Closing for now.