Skip to content

Commit

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

feat: CLIN-3267 bump version to v2.4.0-dev
  • Loading branch information
LysianeBouchard authored Jan 10, 2025
2 parents 7bbc8d2 + e845ef1 commit b365b13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
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.3.0-dev - [date]
## v2.4.0-dev - [date]

## v2.3.0-dev

### `Added`
- [#44](https://github.com/Ferlab-Ste-Justine/Post-processing-Pipeline/pull/44) Make interval file optional in GenotypeGVCFs process
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.3.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.4.0" \
-params-file params.json \
--input samplesheet.csv \
--outdir results/dir \
Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ process {
}

withName: EXOMISER {
container = 'ferlabcrsj/exomiser:2.3.0'
container = 'ferlabcrsj/exomiser:2.4.0'
publishDir = new_publish_dir([
enabled: true,
pattern: 'results/*{vcf.gz,vcf.gz.tbi,tsv,json,html}'
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.3.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.4.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 @@ -382,7 +382,7 @@ manifest {
description = """Variant analysis for genome and exome GVCFs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.10.1'
version = '2.3.0-dev'
version = '2.4.0-dev'
doi = ''
}

Expand Down

0 comments on commit b365b13

Please sign in to comment.