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-amplicon!6
  • Loading branch information
julibeg committed May 16, 2023
2 parents 4a2be53 + 8a9e9d0 commit 3c36817
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# 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.1.2]
### Added
- Configuration for running demo data in AWS.
- Tags for `epi2melabs` desktop app.

## [v0.1.1]
### Fixed
- Reference not being required by the schema.
- Bug in documentation that prevented blog post from building.

## [v0.1.0]

First release.
* First release.
6 changes: 5 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ manifest {
description = 'Amplicon workflow'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.1.1'
version = 'v0.1.2'
}

epi2melabs {
tags = 'amplicon,alignment,variant calling'
}

executor {
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-amplicon",
"description": "Nextflow workflow for analysing Oxford Nanopore reads created by amplicon sequencing.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-amplicon/wf-amplicon-demo.tar.gz",
"aws_demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-amplicon/wf-amplicon-demo/aws.nextflow.config",
"url": "https://github.com/epi2me-labs/wf-amplicon",
"type": "object",
"definitions": {
Expand Down

0 comments on commit 3c36817

Please sign in to comment.