Skip to content

Commit

Permalink
Merge branch 'failed-to-pull' into 'dev'
Browse files Browse the repository at this point in the history
adding demo url

See merge request epi2melabs/workflows/wf-artic!136
  • Loading branch information
mattdmem committed May 16, 2023
2 parents 185c6a7 + 3b7873a commit 5d42571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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).

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

## [v0.3.26]
### Changed
- `--basecall_cfg` is now used to determine a suitable Medaka model, alternatively provide the name of a model with `--medaka_variant_model` to override automatic selection
Expand Down Expand Up @@ -335,4 +339,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Basic running of Artic workflow and reporting.

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 = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.3.26'
version = 'v0.3.27'
}

epi2melabs {
Expand Down

0 comments on commit 5d42571

Please sign in to comment.