Skip to content

Commit

Permalink
chore(dev): add cerebro config
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Feb 16, 2025
1 parent 259e48b commit 9e1686f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/resources/conda/scrubby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- scrubby=1.0.1
- scrubby
2 changes: 1 addition & 1 deletion lib/resources/conda/vircov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- vircov=0.9.1
- vircov
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ process {

withLabel: cerebro {
cpus = params.resources.threads.cerebro
// conda = params.resources.conda.cerebro // dev version
conda = params.resources.conda.cerebro // dev version
}
withLabel: panviralVirusRecovery {
cpus = params.resources.threads.vircov
Expand All @@ -487,11 +487,11 @@ process {
}
withLabel: qualityReadScan {
cpus = params.resources.threads.cerebro
// conda = params.resources.conda.cerebro // dev version
conda = params.resources.conda.cerebro // dev version
}
withLabel: qualityDeduplication {
cpus = params.resources.threads.cerebro
// conda = params.resources.conda.cerebro // dev version
conda = params.resources.conda.cerebro // dev version
}
withLabel: qualityReadQualityFastp {
cpus = params.resources.threads.fastp
Expand Down

0 comments on commit 9e1686f

Please sign in to comment.