Skip to content

Commit

Permalink
Merge pull request #311 from genomic-medicine-sweden/v0.8.0
Browse files Browse the repository at this point in the history
Update JASEN to version 0.8.0
  • Loading branch information
ryanjameskennedy authored Jun 26, 2024
2 parents 5057b45 + 343f476 commit 42d5733
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/nextflow.base.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion configs/nextflow.ci.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion configs/nextflow.dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion configs/nextflow.hopper.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion configs/nextflow.ngp.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 42d5733

Please sign in to comment.