Skip to content
Snippets Groups Projects
Commit c1554b0c authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add unlimited memory

parent e5a53223
No related branches found
No related tags found
1 merge request!8Prodigal
...@@ -105,5 +105,5 @@ rule cd_hit: ...@@ -105,5 +105,5 @@ rule cd_hit:
command = [] command = []
if params.modules: if params.modules:
command.append("module load {params.modules}") command.append("module load {params.modules}")
command.append("{params.exec_command} {params.options} -i {input} -T {threads} -o {output}") command.append("{params.exec_command} {params.options} -i {input} -T {threads} -M 0 -o {output}")
shell(" && ".join(command)) shell(" && ".join(command))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment