Skip to content

Commit

Permalink
Merge branch 'cw-2098' into 'dev'
Browse files Browse the repository at this point in the history
Add AWS demo url configuration

See merge request epi2melabs/workflows/wf-basecalling!20
  • Loading branch information
SamStudio8 committed May 16, 2023
2 parents 894b9e4 + 0e7bb85 commit fa3ec6f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
33 changes: 21 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog
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/),
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).

## [v0.5.2]
### Added
- Configuration for running demo data in AWS

## [v0.5.1]
### Fixed
Expand All @@ -15,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated Dorado to v0.2.4
- Updated to Oxford Nanopore Technologies PLC. Public License

### Fixed
- Dorado image correctly ships with CUDA runtime library

Expand All @@ -36,12 +40,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated Dorado to v0.2.1
- `--basecaller_cfg` and `--remora_cfg` are now validated against a list of models installed in the Dorado container

### Fixed
- Workflow no longer prints a confusing error when Dorado fails

## [v0.2.0]
### Added
* `--basecaller_args` may be used to provide custom arguments to the basecalling process
- `--basecaller_args` may be used to provide custom arguments to the basecalling process

### Changed
- Updated Dorado to v0.1.1
- Latest models are now v4.0.0
Expand All @@ -53,22 +59,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v0.1.1]
### Fixed
* Default basecaller_basemod_threads value
* Undefined `colors` variable
- Default basecaller_basemod_threads value
- Undefined `colors` variable

## [v0.1.0]
### Added
* Workflow will now output pass and fail CRAM
* Reads are separated into pass and fail based on their mean qscore as calculated by dorado
* The threshold can be changed with `--qscore_filter`
- Workflow will now output pass and fail CRAM
- Reads are separated into pass and fail based on their mean qscore as calculated by dorado
- The threshold can be changed with `--qscore_filter`

### Changed
* Improved `--help` documentation
- Improved `--help` documentation

### Fixed
* Workflow will exit with "No files match pattern" if no suitable files are found to basecall
* Ensure to set `--dorado_ext` to `fast5` or `pod5` as appropriate
- Workflow will exit with "No files match pattern" if no suitable files are found to basecall
- Ensure to set `--dorado_ext` to `fast5` or `pod5` as appropriate

## [v0.0.1]
- Initial release of wf-basecalling supporting the Dorado basecaller
* Initial release of wf-basecalling supporting the Dorado basecaller

## [v0.0.0]
- Initialised wf-basecalling from wf-template #30ff92d
* Initialised wf-basecalling from wf-template #30ff92d

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ manifest {
description = 'Helper workflow for basecalling ONT reads.'
mainScript = 'main.nf'
nextflowVersion = '>=21.05.0'
version = '0.5.1'
version = '0.5.2'
}

epi2melabs {
Expand Down
1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"title": "epi2me-labs/wf-basecalling",
"description": "Helper workflow for basecalling ONT reads.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-basecalling/wf-basecalling-demo.tar.gz",
"aws_demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-basecalling/wf-basecalling-demo/aws.nextflow.config",
"url": "https://github.com/epi2me-labs/wf-basecalling",
"type": "object",
"definitions": {
Expand Down

0 comments on commit fa3ec6f

Please sign in to comment.