Skip to content

Commit

Permalink
Merge pull request #17 from seqeralabs/bump_versions
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump pipeline version
  • Loading branch information
drpatelh committed Dec 13, 2023
2 parents 817ea2f + b487de1 commit cc191f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
}

0 comments on commit cc191f9

Please sign in to comment.