Skip to content

Commit

Permalink
Reduce fastp threads
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 22, 2024
1 parent 4d4aa21 commit c38d2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/fastp.smk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rule fair_bowtie2_mapping_fastp_trimming_pair_ended:
json=temp(
"tmp/fair_bowtie2_mapping_fastp_trimming_pair_ended/{sample}.fastp.json"
),
threads: 20
threads: 6
resources:
mem_mb=lambda wildcards, attempt: 3_000 + (1_000 * attempt),
runtime=lambda wildcards, attempt: 15 * attempt,
Expand Down

0 comments on commit c38d2d5

Please sign in to comment.