Snakefile: Increase memory allowance for solve_network

This commit is contained in:
Jonas Hörsch 2018-03-14 15:50:38 +01:00
parent ca70cab40d
commit f32ac12199

View File

@ -146,7 +146,7 @@ def memory(w):
if w.clusters.endswith('m'):
return 18000 + 180 * int(w.clusters[:-1])
else:
return 8000 + 190 * int(w.clusters)
return 10000 + 190 * int(w.clusters)
# return 4890+310 * int(w.clusters)
rule solve_network: