Skip to content

Commit

Permalink
remove deprecatred action, add nf-core/configs support
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Mar 23, 2024
1 parent b813b2d commit 94bdf25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 79 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/all-bactopia-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/all-bactopia-tool-tests.yml
@@ -1,4 +1,4 @@
name: All Bactopia Tool Tests
name: All Bactopia Tests

on: workflow_dispatch
#schedule:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,7 +9,10 @@ description: A full list of Bactopia releases and a description of the changes.
### `Added`

- Updated `bactopia-assembler` to include updated Medaka models
- profile for `arcc_hawk`
- TB Profiler results are now merged with `collate` command
- sample name to plasmidfinder results
- support config files from nf-core/configs
- bump program versions in modules
- `abritamr`: 1.0.14 -> 1.0.17
- `bactopia-teton`: 1.0.1 -> 1.0.2
Expand All @@ -35,6 +38,11 @@ description: A full list of Bactopia releases and a description of the changes.
- extra space in RGI container image name
- sourmash version STDERR not parsed out
- FASTQC writing to /tmp dir on HPC when non-readable
- abricate and ariba not using output subdirectory
- nextflow tower typos @iferres
- phispy not working with Bakta genbank files
- missed check of `--download_bakta` param in main workflow
- quast not working when estimated genome size is 0

## v3.0.0 bactopia/bactopia "Black Cat and Brown Dog" - 2023/09/11

Expand Down
11 changes: 6 additions & 5 deletions nextflow.config
Expand Up @@ -92,12 +92,13 @@ try {
System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config")
}

// NOTE: The following section will only be needed if a bactopia specific profile is added to nf-core/configs
// Load Bactopia custom profiles from different institutions.
try {
includeConfig "${params.custom_config_base}/pipeline/bactopia.config"
} catch (Exception e) {
System.err.println("WARNING: Could not load nf-core/config/bactopia profiles: ${params.custom_config_base}/pipeline/bactopia.config")
}
//try {
// includeConfig "${params.custom_config_base}/pipeline/bactopia.config"
//} catch (Exception e) {
// System.err.println("WARNING: Could not load nf-core/config/bactopia profiles: ${params.custom_config_base}/pipeline/bactopia.config")
//}

includeConfig "conf/profiles.config"

Expand Down

0 comments on commit 94bdf25

Please sign in to comment.