Skip to content

Commit

Permalink
Merge pull request #37 from Ferlab-Ste-Justine/feat/CLIN-2947-bump-ve…
Browse files Browse the repository at this point in the history
…rsion-to-v2.2.0

feat: CLIN-2947 Bumping version to v2.2.0dev
  • Loading branch information
LysianeBouchard authored Oct 21, 2024
2 parents c31c086 + ffbbd50 commit 16eeed0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
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.1.0dev - [date]

## v2.2.0-dev - [date]


## v2.1.0dev

### `Added`
- [#35](https://github.com/Ferlab-Ste-Justine/Post-processing-Pipeline/pull/35) Added allow_old_gatk_data parameter (set to false by default).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This schema was done using [inkscape](https://inkscape.org/) with the good prati
Here is an example nextflow command to run the pipeline:

```bash
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.1.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.2.0" \
-params-file params.json \
--input samplesheet.csv \
--outdir results/dir \
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ These files must be correctly downloaded and specified through pipeline paramete
The typical command for running the pipeline is as follows:

```bash
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.1.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.2.0" \
-params-file params.json \
--input samplesheet.csv \
--outdir results/dir \
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ manifest {
description = """Variant analysis for genome and exome GVCFs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.10.1'
version = '2.1.0dev'
version = '2.2.0-dev'
doi = ''
}

Expand Down

0 comments on commit 16eeed0

Please sign in to comment.