Skip to content

Commit

Permalink
Set default memory resource to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Apr 6, 2022
1 parent d526c09 commit f4d75d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def make_target(self, target, stream=True, asynchronous=False, **kwargs):
cmd = (
f"{self.exe} -c '{self.pp} && "
+ f"{self.snakemake} -s {self.snakefile} "
+ f"{options} --nolock "
+ f"{options} --nolock --default-resources mem_mb=100 "
+ f"-j {self._num_cores} {self.workdir} {force} {target} {prof} {jn}'"
)

Expand Down

0 comments on commit f4d75d7

Please sign in to comment.