Skip to content

Commit 7d732a8

Browse files
committed
fix versions
1 parent f9fe16e commit 7d732a8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
The tracking for changes started in v2.2
44

5-
# v2.7.2
6-
7-
* Adjust short-reads workflow filter to allow analysis from SRA for platform key-values: illumina, bgiseq and dnbseq
8-
95
## v2.7.1
106

117
* [[#36]](https://github.com/fmalmeida/ngs-preprocess/issues/36) - Include nf-tests to the pipeline.
128
* [[#40]](https://github.com/fmalmeida/ngs-preprocess/issues/40) - Fix a problem when downloading PACBIO data.
9+
* Adjust short-reads workflow filter to allow analysis from SRA for platform key-values: illumina, bgiseq and dnbseq
1310

1411
## v2.7.0 -- [2024-Apr-30]
1512

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ manifest {
9292
homePage = "https://github.com/fmalmeida/ngs-preprocess"
9393
mainScript = "main.nf"
9494
nextflowVersion = ">=21.10.0"
95-
version = "2.7.2"
95+
version = "2.7.1"
9696
}

0 commit comments

Comments
 (0)