Snakefile: Increase memory allowance for solve_network
This commit is contained in:
parent
ca70cab40d
commit
f32ac12199
@ -146,7 +146,7 @@ def memory(w):
|
|||||||
if w.clusters.endswith('m'):
|
if w.clusters.endswith('m'):
|
||||||
return 18000 + 180 * int(w.clusters[:-1])
|
return 18000 + 180 * int(w.clusters[:-1])
|
||||||
else:
|
else:
|
||||||
return 8000 + 190 * int(w.clusters)
|
return 10000 + 190 * int(w.clusters)
|
||||||
# return 4890+310 * int(w.clusters)
|
# return 4890+310 * int(w.clusters)
|
||||||
|
|
||||||
rule solve_network:
|
rule solve_network:
|
||||||
|
Loading…
Reference in New Issue
Block a user