Skip to content

Commit

Permalink
Merge pull request #291 from nf-core/dev
Browse files Browse the repository at this point in the history
Dev -> Master for 2.4.1 release
  • Loading branch information
drpatelh committed Mar 1, 2022
2 parents fbcb2ce + e9b923e commit 42e38bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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).

## [[2.4.1](https://github.com/nf-core/viralrecon/releases/tag/2.4.1)] - 2022-03-01

### Enhancements & fixes

* [[#288](https://github.com/nf-core/viralrecon/issues/288)] - `--primer_set_version` only accepts Integers (incompatible with "4.1" Artic primers set)

## [[2.4](https://github.com/nf-core/viralrecon/releases/tag/2.4)] - 2022-02-22

### Enhancements & fixes
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ manifest {
description = 'Assembly and intrahost/low-frequency variant calling for viral samples'
mainScript = 'main.nf'
nextflowVersion = '!>=21.10.3'
version = '2.4'
version = '2.4.1'
}

// Load modules.config for DSL2 module specific options
Expand Down
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"help_text": "Where possible we are trying to collate links and settings for standard primer sets to make it easier to run the pipeline with standard keys. See https://github.com/nf-core/configs/blob/master/conf/pipeline/viralrecon/genomes.config"
},
"primer_set_version": {
"type": "integer",
"type": "number",
"fa_icon": "fas fa-code-branch",
"description": "Version of the primer set e.g. '--primer_set artic --primer_set_version 3'.",
"help_text": "Where possible we are trying to collate links and settings for standard primer sets to make it easier to run the pipeline with standard keys. See https://github.com/nf-core/configs/blob/master/conf/pipeline/viralrecon/genomes.config"
Expand Down Expand Up @@ -753,4 +753,4 @@
"$ref": "#/definitions/institutional_config_options"
}
]
}
}

0 comments on commit 42e38bb

Please sign in to comment.