Skip to content

Commit

Permalink
Merge branch 'version-bump' into 'dev'
Browse files Browse the repository at this point in the history
version bump

See merge request epi2melabs/workflows/wf-alignment!139
  • Loading branch information
julibeg committed Jun 4, 2024
2 parents 8683e0f + 86208e0 commit 36f41e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v1.2.0]
### Changed
- Streamlined and simplified the report.
- The per-read stats TSV file is no longer created by default. Instead, several histogram TSV files of read / alignment statistics (read length and mean quality; alignment accuracy and coverage) are output. The original per-read TSV can still be created with the `--per_read_stats` parameter. It is now gzip-compressed.

### Added
- IGV config json file to the outputs (in order to visualise the alignments and called variants).
- IGV config JSON file to the outputs (in order to visualise the alignments and called variants).

## [v1.1.2]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ manifest {
description = 'Align Nanopore reads and visualize mapping statistics.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1.2'
version = 'v1.2.0'
}

epi2melabs {
Expand Down

0 comments on commit 36f41e7

Please sign in to comment.