Skip to content

Commit edf3daf

Browse files
committed
Bump pipeline version to 1.7
1 parent 2cb54e3 commit edf3daf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
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-
## [Unpublished Version / DEV]
6+
## [[1.7](https://github.com/nf-core/fetchngs/releases/tag/1.7)] - 2022-07-01
7+
8+
### :warning: Major enhancements
9+
10+
Support for GEO ids has been dropped in this release due to breaking changes introduced in the NCBI API. Please see [this PR](https://github.com/nf-core/fetchngs/pull/102).
711

812
### Enhancements & fixes
913

1014
- [#97](https://github.com/nf-core/fetchngs/pull/97) - Add support for generating nf-core/taxprofiler compatible samplesheets.
15+
- [#99](https://github.com/nf-core/fetchngs/issues/99) - SRA_IDS_TO_RUNINFO fails due to bad request
1116
- Add `enum` field for `--nf_core_pipeline` to parameter schema so only accept supported pipelines are accepted
1217

1318
## [[1.6](https://github.com/nf-core/fetchngs/releases/tag/1.6)] - 2022-05-17

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ manifest {
158158
description = 'Pipeline to fetch metadata and raw FastQ files from public databases'
159159
mainScript = 'main.nf'
160160
nextflowVersion = '!>=21.10.3'
161-
version = '1.7dev'
161+
version = '1.7'
162162
}
163163

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

0 commit comments

Comments
 (0)