Skip to content

Commit 0a3f20b

Browse files
update changelog
1 parent 75ded6e commit 0a3f20b

File tree

4 files changed

+112
-112
lines changed

4 files changed

+112
-112
lines changed

.nf-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ nf_core_version: 3.3.2
1414
repository_type: pipeline
1515
template:
1616
author: "Harshil Patel, Phil Ewels, Rickard Hammarén"
17-
description: RNA sequencing analysis pipeline for gene/isoform quantification and
18-
extensive quality control.
17+
description: RNA sequencing analysis pipeline for gene/isoform quantification
18+
and extensive quality control.
1919
force: false
2020
is_nfcore: true
2121
name: rnaseq
2222
org: nf-core
2323
outdir: .
24-
version: 3.20.0dev
24+
version: 3.19.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 3.20.0dev
6+
## 3.19.1
77

88
### Credits
99

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ manifest {
413413
mainScript = 'main.nf'
414414
defaultBranch = 'master'
415415
nextflowVersion = '!>=24.10.5'
416-
version = '3.20.0dev'
416+
version = '3.19.1'
417417
doi = 'https://doi.org/10.5281/zenodo.1400710'
418418
}
419419

0 commit comments

Comments
 (0)