Skip to content

Commit

Permalink
Merge pull request #143 from christopher-mohr/dev
Browse files Browse the repository at this point in the history
Bump version to 2.0.0
christopher-mohr authored Oct 18, 2022
2 parents 6e84047 + 8312967 commit 129fda2
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
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).

## v2.0.0dev - [date]
## 2.0.0 - Han Solo - 2022-10-18

### `Added`

@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#140](https://github.com/nf-core/hlatyping/pull/140) - Port pipeline to `DSL2`
- [#140](https://github.com/nf-core/hlatyping/pull/140) - Merge nf-core template updates up to `2.6`
- [#140](https://github.com/nf-core/hlatyping/pull/140) - Support for BAM and FASTQ input in the same run
- [#140](https://github.com/nf-core/hlatyping/pull/140) - Support for DNA and RNA input in the same run

### `Fixed`

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -60,10 +60,6 @@ The nf-core/hlatyping pipeline comes with documentation about the pipeline [usag

nf-core/hlatyping was originally written by [Christopher Mohr](https://github.com/christopher-mohr) from [Medical Data Integration Center](https://www.medizin.uni-tuebingen.de/de/das-klinikum/einrichtungen/institute/informationstechnologie-und-medizininformatik/medic) and [Quantitative Biology Center](https://uni-tuebingen.de/forschung/forschungsinfrastruktur/zentrum-fuer-quantitative-biologie-qbic/), [Alexander Peltzer](https://github.com/apeltzer) from [Boehringer Ingelheim](https://www.boehringer-ingelheim.de), and [Sven Fillinger](https://github.com/sven1103) from [Quantitative Biology Center](https://uni-tuebingen.de/forschung/forschungsinfrastruktur/zentrum-fuer-quantitative-biologie-qbic/).

We thank the following people for their extensive assistance in the development of this pipeline:

<!-- TODO nf-core: If applicable, make list of people who have also contributed -->

## Contributions and Support

If you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@ manifest {
description = 'Precision HLA typing from next-generation sequencing data.'
mainScript = 'main.nf'
nextflowVersion = '!>=21.10.3'
version = '1.2.1dev'
version = '2.0.0'
doi = ''
}

0 comments on commit 129fda2

Please sign in to comment.