Skip to content

Commit

Permalink
refactor: Decrease default reqs for rspr
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Oct 5, 2023
1 parent 04a0587 commit 44ce68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/rspr/approx.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process RSPR_APPROX {
label 'process_medium'
label 'process_low'

conda "bioconda::ete3=3.1.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
3 changes: 2 additions & 1 deletion modules/local/rspr/exact.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
process RSPR_EXACT {
label 'process_medium'
label 'process_low'
label 'process_long'

conda "bioconda::ete3=3.1.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit 44ce68d

Please sign in to comment.