Skip to content

Commit 42e38bb

Browse files
authored
Merge pull request #291 from nf-core/dev
Dev -> Master for 2.4.1 release
2 parents fbcb2ce + e9b923e commit 42e38bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [[2.4.1](https://github.com/nf-core/viralrecon/releases/tag/2.4.1)] - 2022-03-01
7+
8+
### Enhancements & fixes
9+
10+
* [[#288](https://github.com/nf-core/viralrecon/issues/288)] - `--primer_set_version` only accepts Integers (incompatible with "4.1" Artic primers set)
11+
612
## [[2.4](https://github.com/nf-core/viralrecon/releases/tag/2.4)] - 2022-02-22
713

814
### Enhancements & fixes

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ manifest {
235235
description = 'Assembly and intrahost/low-frequency variant calling for viral samples'
236236
mainScript = 'main.nf'
237237
nextflowVersion = '!>=21.10.3'
238-
version = '2.4'
238+
version = '2.4.1'
239239
}
240240

241241
// Load modules.config for DSL2 module specific options

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"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"
118118
},
119119
"primer_set_version": {
120-
"type": "integer",
120+
"type": "number",
121121
"fa_icon": "fas fa-code-branch",
122122
"description": "Version of the primer set e.g. '--primer_set artic --primer_set_version 3'.",
123123
"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"
@@ -753,4 +753,4 @@
753753
"$ref": "#/definitions/institutional_config_options"
754754
}
755755
]
756-
}
756+
}

0 commit comments

Comments
 (0)