Skip to content

Commit

Permalink
Done:
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonbhasin committed Nov 20, 2024
1 parent 13ba7bf commit f39fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/blast/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// BLAST paired reads against a downloaded DB and return a single output file
process BLAST_PAIRED_LOCAL {
label "BLAST"
cpus "${cpus}"
cpus 3
memory "${mem}"
input:
path(gzipped_reads)
Expand Down

0 comments on commit f39fafe

Please sign in to comment.