Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
snakemake
Commits
c1554b0c
Commit
c1554b0c
authored
Aug 23, 2021
by
Kenzo-Hugo Hillion
♻
Browse files
add unlimited memory
parent
e5a53223
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/cd-hit/Snakefile
View file @
c1554b0c
...
...
@@ -105,5 +105,5 @@ rule cd_hit:
command = []
if 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))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment