Skip to content

Commit

Permalink
Use more memory to reorganize FASTAs
Browse files Browse the repository at this point in the history
  • Loading branch information
sminot committed Feb 9, 2024
1 parent c649c2b commit bcfd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/processes/align_genomes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ extract_genes.py \
// Reorganize a set of FASTA sequences across files to be grouped by header
process reorganize_fastas {
container "${params.container__pandas}"
label "io_limited"
label "mem_medium"
publishDir "${params.output}/${subfolder}", mode: 'copy', overwrite: true

input:
Expand Down

0 comments on commit bcfd63c

Please sign in to comment.