Skip to content

Commit

Permalink
Update v0.4.0 to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Feb 23, 2024
1 parent 7b1f8f9 commit 6022291
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 355 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.5.0]

### Added

- Added a GitHub workflow to run a basic CI pipeline.
- Build prp as singularity image from dockerhub in Makefile
- Chewbacca and virulencefinder sif fetched from galaxyproject
Expand Down
4 changes: 2 additions & 2 deletions configs/nextflow.base.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ dag {
}

manifest {
homePage = 'https://github.com/genomic-medicine-sweden/JASEN'
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.4.0'
version = '0.5.0'
}
4 changes: 2 additions & 2 deletions configs/nextflow.ci.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ singularity {
}

manifest {
homePage = 'https://github.com/genomic-medicine-sweden/JASEN'
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.4.0'
version = '0.5.0'
}
2 changes: 1 addition & 1 deletion configs/nextflow.hopper.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,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.4.0'
version = '0.5.0'
}
4 changes: 2 additions & 2 deletions configs/nextflow.ngp.config
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ process {
}

manifest {
homePage = 'https://github.com/genomic-medicine-sweden/JASEN'
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.4.0'
version = '0.5.0'
}
4 changes: 2 additions & 2 deletions configs/nextflow.selftest.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ process {
}

manifest {
homePage = 'https://github.com/genomic-medicine-sweden/JASEN'
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.4.0'
version = '0.5.0'
}
8 changes: 0 additions & 8 deletions deploy/reqs/env-index-mini.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions deploy/reqs/env-index.yaml

This file was deleted.

300 changes: 0 additions & 300 deletions deploy/reqs/freeze.txt

This file was deleted.

0 comments on commit 6022291

Please sign in to comment.