Skip to content

Commit

Permalink
Merge branch 'cw-2735' into 'dev'
Browse files Browse the repository at this point in the history
Reintroduce RNA002 models [CW-2735]

See merge request epi2melabs/workflows/wf-basecalling!46
  • Loading branch information
SamStudio8 committed Sep 25, 2023
2 parents 4d51e1a + 094d054 commit bd5d7f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [v1.1.1]
### Added
- Reintroduced RNA002 models

## [v1.1.0]
### [Added]
- `--duplex` basecalling converts FAST5 to POD5 automatically
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ params {

wf {
basecaller_container = "ontresearch/dorado"
container_sha = "sha50cd2736bf9ffdf00587c0f4c8af82f6fe07740a"
container_sha = "sha06c3f67311887d7976509748ae9357788fafce94"
common_sha = "sha0a6dc21fac17291f4acb2e0f67bcdec7bf63e6b7"
example_cmd = [
"--basecaller_cfg '[email protected]'",
Expand All @@ -77,7 +77,7 @@ manifest {
description = 'Helper workflow for basecalling ONT reads.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = '1.1.0'
version = '1.1.1'
}

epi2melabs {
Expand Down
2 changes: 2 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"[email protected]",
"[email protected]",
"[email protected]",
"rna002_70bps_fast@v3",
"rna002_70bps_hac@v3",
"rna004_130bps_fast@v3",
"rna004_130bps_hac@v3",
"rna004_130bps_sup@v3"
Expand Down

0 comments on commit bd5d7f1

Please sign in to comment.