diff --git a/CHANGELOG.md b/CHANGELOG.md index 1986ea5..0f590b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.0dev - [date] +## [[0.1.0](https://github.com/seqeralabs/nf-aggregate/releases/tag/0.1.0)] - 2023-12-13 -Initial release of nf-aggregate, created as a subset of the [nf-core](https://nf-co.re/) template. +Initial release of seqeralabs/nf-aggregate, created as a subset of the [nf-core](https://nf-co.re/) template. -### `Added` +### Credits -### `Fixed` +Special thanks to the following for their contributions to the release: -### `Dependencies` +- [Adam Talbot](https://github.com/adamrtalbot) +- [Jonathan Manning](https://github.com/pinin4fjords) +- [Rob Syme](https://github.com/robsyme) -### `Deprecated` +### Pipeline summary + +The pipeline performs the following steps: + +1. Downloads run information via the Seqera CLI in parallel +2. Runs MultiQC to aggregate all of the run metrics into a single report diff --git a/nextflow.config b/nextflow.config index a14bc20..1ac80a0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -209,12 +209,12 @@ dag { manifest { name = 'seqeralabs/nf-aggregate' - author = """Harshil Patel""" + author = """SciDev Team, Seqera""" homePage = 'https://github.com/seqeralabs/nf-aggregate' description = """Pipeline to aggregate pertinent metrics across pipeline runs on the Seqera Platform.""" mainScript = 'main.nf' nextflowVersion = '!>=23.10.0' defaultBranch = 'main' - version = '1.0dev' + version = '0.1.0' doi = '' } \ No newline at end of file