Skip to content

Commit

Permalink
adapt memory fro eggNOg if virtual meory is used. don't hard code. #351
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jan 8, 2021
1 parent 4c29b37 commit bb0d85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/rules/genecatalog.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ rule eggNOG_annotation:
threads:
config.get("threads", 1)
resources:
mem=20
mem= 2*config["simplejob_mem"] + (37 if config['eggNOG_use_virtual_disk'] else 0)
shadow:
"minimal"
conda:
Expand Down

0 comments on commit bb0d85b

Please sign in to comment.