Skip to content

Commit

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

feat: CLIN-3614 bump version to 2.3.0-dev
  • Loading branch information
LysianeBouchard authored Dec 5, 2024
2 parents 56cb96b + 1b24f13 commit e459692
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,8 +3,10 @@
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.2.0-dev - [date]

## v2.2.0-dev

### `Added`
- [#41](https://github.com/Ferlab-Ste-Justine/Post-processing-Pipeline/pull/41) Allow to customize the vep command
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.2.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.3.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 @@ -49,7 +49,7 @@ process {
}

withName: EXOMISER {
container = 'ferlabcrsj/exomiser:2.0.0'
container = 'ferlabcrsj/exomiser:2.3.0'
publishDir = [
path: { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" },
mode: params.publish_dir_mode,
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.2.0" \
nextflow run -c cluster.config Ferlab-Ste-Justine/Post-processing-Pipeline -r "v2.3.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 @@ -369,7 +369,7 @@ manifest {
description = """Variant analysis for genome and exome GVCFs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.10.1'
version = '2.2.0-dev'
version = '2.3.0-dev'
doi = ''
}

Expand Down

0 comments on commit e459692

Please sign in to comment.