Skip to content

Commit

Permalink
Bumped prp to version v0.2.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Dec 18, 2023
1 parent 981882b commit 180bb8f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added


### Fixed


### Changed

- Moved PRP to seperate repo
- Updated PRP to v0.2.0

## [0.2.0](https://github.com/genomic-medicine-sweden/JASEN/tag/0.2.0-rc)

## Added
### Added

- The pipeline now supports IonTorrent input data
- Both Single-End and Paired-End input is now supported
Expand All @@ -19,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Readme contains simple usage instructions and more detailed breakdown of components
- External nextflow-modules are now fully integrated

## Changed
### Changed

- Extensive Nextflow code refactoring
- Memory and CPU usage defaults optimised for all modules
Expand All @@ -28,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated all utilised databases to latest version
- Various publishDir updates

## Fixed
### Fixed

- Resolved multiple BLAST database referencing errors
- Singularity images are now umasked properly
Expand All @@ -37,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- MLST PRP input issues fixed
- Metadata is now properly saved

## Removed
### Removed

- Removed legacy modules (notably ARIBA)
- Reduction to only two software requirements; Singularity and Nextflow
Expand Down
4 changes: 2 additions & 2 deletions container/pythonScripts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ From:python
%labels
MAINTAINER Markus Johansson <markus.h.johansson@skane.se>
DESCRIPTION Singularity container for JASEN python scripts
VERSION 0.1.0
VERSION 0.2.0

%environment
umask 0002

%post
git clone --depth 1 --branch v0.1.0 https://github.com/Clinical-Genomics-Lund/bonsai-prp.git && cd bonsai-prp && pip install -e .
git clone --depth 1 --branch v0.2.0 https://github.com/Clinical-Genomics-Lund/bonsai-prp.git && cd bonsai-prp && pip install -e .
pip install biopython

0 comments on commit 180bb8f

Please sign in to comment.