Skip to content
Snippets Groups Projects
Commit 2c544b0a authored by Blaise Li's avatar Blaise Li
Browse files

Trying to relax memory limitations.

Pisa has more memory. Trim and dedup seems to be a bottleneck.
parent 0906153c
No related branches found
No related tags found
No related merge requests found
libworkflows @ a6a8d82c
Subproject commit 3230409c45b98f697f50153d76845f1514fbdabc Subproject commit a6a8d82cdea5cfb481637fb65e0441d615111b59
...@@ -898,8 +898,8 @@ rule trim_and_dedup: ...@@ -898,8 +898,8 @@ rule trim_and_dedup:
nb_trimmed = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_trimmed.txt"), nb_trimmed = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_trimmed.txt"),
nb_deduped = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_deduped.txt"), nb_deduped = OPJ(data_dir, "trimmed", "{lib}_{rep}_nb_deduped.txt"),
threads: 2 threads: 2
resources: #resources:
mem_mb=1049300 # mem_mb=1049300
message: message:
"Trimming adaptor from raw data, deduplicating reads, removing random 5' {trim5}-mers and 3' {trim3}-mers for {wildcards.lib}_{wildcards.rep}." "Trimming adaptor from raw data, deduplicating reads, removing random 5' {trim5}-mers and 3' {trim3}-mers for {wildcards.lib}_{wildcards.rep}."
benchmark: benchmark:
......
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