Skip to content

Commit

Permalink
More memory for NanoPlot. It crashed on 20240205_EGS2_29140AT
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed May 9, 2024
1 parent d7d6fe9 commit 0e6a973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Snakefile.main
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,9 @@ rule nanoplot:
params:
thumbsize = "320x320"
resources:
mem_mb = 52000,
n_cpus = 9,
threads: 9
mem_mb = 128000,
n_cpus = 18,
threads: 10
run:
summary_ap = os.path.realpath(str(input.summary))
shell(r'cd nanoplot/{wildcards.cell} ; rm -f *.png *.html *.log')
Expand Down

0 comments on commit 0e6a973

Please sign in to comment.