Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Blaise LI
bioinfo_utils
Commits
2c544b0a
Commit
2c544b0a
authored
Dec 09, 2019
by
Blaise Li
Browse files
Trying to relax memory limitations.
Pisa has more memory. Trim and dedup seems to be a bottleneck.
parent
0906153c
Changes
2
Hide whitespace changes
Inline
Side-by-side
libworkflows
@
a6a8d82c
Subproject commit
3230409c45b98f697f50153d76845f1514fbdabc
Subproject commit
a6a8d82cdea5cfb481637fb65e0441d615111b59
small_RNA-seq/small_RNA-seq.snakefile
View file @
2c544b0a
...
...
@@ -898,8 +898,8 @@ rule trim_and_dedup:
nb_trimmed = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_trimmed.txt"),
nb_deduped = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_deduped.txt"),
threads: 2
resources:
mem_mb=1049300
#
resources:
#
mem_mb=1049300
message:
"Trimming adaptor from raw data, deduplicating reads, removing random 5' {trim5}-mers and 3' {trim3}-mers for {wildcards.lib}_{wildcards.rep}."
benchmark:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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