diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f37dc..5f8035b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + +### Changed + +## [0.8.0] + +### Added + - Added ShigaPass - Added mlstBlastDb to mlst - Added full path for bam and vcf filepaths diff --git a/configs/nextflow.base.config b/configs/nextflow.base.config index a5d7b02..cc32ac3 100644 --- a/configs/nextflow.base.config +++ b/configs/nextflow.base.config @@ -307,5 +307,5 @@ manifest { homePage = 'https://github.com/genomic-medicine-sweden/jasen' description = 'Pipeline epitypes numerous bacterial species as well as identifies AMR and virulence genes' mainScript = 'main.nf' - version = '0.7.0' + version = '0.8.0' } diff --git a/configs/nextflow.ci.config b/configs/nextflow.ci.config index 8708a5e..49fe2f0 100644 --- a/configs/nextflow.ci.config +++ b/configs/nextflow.ci.config @@ -290,5 +290,5 @@ manifest { homePage = 'https://github.com/genomic-medicine-sweden/jasen' description = 'Pipeline epitypes numerous bacterial species as well as identifies AMR and virulence genes' mainScript = 'main.nf' - version = '0.7.0' + version = '0.8.0' } diff --git a/configs/nextflow.dev.config b/configs/nextflow.dev.config index 871e67a..784a100 100644 --- a/configs/nextflow.dev.config +++ b/configs/nextflow.dev.config @@ -290,5 +290,5 @@ manifest { homePage = 'https://github.com/genomic-medicine-sweden/jasen' description = 'Pipeline epitypes numerous bacterial species as well as identifies AMR and virulence genes' mainScript = 'main.nf' - version = '0.7.0' + version = '0.8.0' } diff --git a/configs/nextflow.hopper.config b/configs/nextflow.hopper.config index 2c6df53..a08c74b 100644 --- a/configs/nextflow.hopper.config +++ b/configs/nextflow.hopper.config @@ -305,5 +305,5 @@ manifest { homePage = 'https://github.com/genomic-medicine-sweden/jasen' description = 'Pipeline epitypes numerous bacterial species as well as identifies AMR and virulence genes' mainScript = 'main.nf' - version = '0.7.0' + version = '0.8.0' } diff --git a/configs/nextflow.ngp.config b/configs/nextflow.ngp.config index aacef20..9bc5387 100644 --- a/configs/nextflow.ngp.config +++ b/configs/nextflow.ngp.config @@ -315,5 +315,5 @@ manifest { homePage = 'https://github.com/genomic-medicine-sweden/jasen' description = 'Pipeline epitypes numerous bacterial species as well as identifies AMR and virulence genes' mainScript = 'main.nf' - version = '0.7.0' + version = '0.8.0' }