File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6- ## dev - [ date]
6+ ## [[ 1.10.1] ( https://github.com/nf-core/fetchngs/releases/tag/1.10.1 )] - 2023-10-09
7+
8+ ### Credits
9+
10+ Special thanks to the following for their contributions to the release:
11+
12+ - [ Adam Talbot] ( https://github.com/adamrtalbot )
13+ - [ Harshil Patel] ( https://github.com/drpatelh )
14+ - [ Maxime Garcia] ( https://github.com/maxulysse )
15+
16+ Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
17+
18+ ### Enhancements & fixes
19+
20+ - [ PR #205 ] ( https://github.com/nf-core/fetchngs/pull/205 ) - Rename all local modules, workflows and remove ` public_aws_ecr profile `
21+ - [ PR #206 ] ( https://github.com/nf-core/fetchngs/pull/206 ) - CI improvments and code cleanup
22+ - [ PR #208 ] ( https://github.com/nf-core/fetchngs/pull/208 ) - Template update with nf-core/tools 2.10
723
824## [[ 1.10.0] ( https://github.com/nf-core/fetchngs/releases/tag/1.10.0 )] - 2023-05-16
925
Original file line number Diff line number Diff line change 11report_comment : >
2- This report has been generated by the <a href="https://github.com/nf-core/fetchngs/releases/tag/dev " target="_blank">nf-core/fetchngs</a>
2+ This report has been generated by the <a href="https://github.com/nf-core/fetchngs/releases/tag/1.10.1 " target="_blank">nf-core/fetchngs</a>
33 analysis pipeline. For information about how to interpret these results, please see the
4- <a href="https://nf-co.re/fetchngs/dev /docs/output" target="_blank">documentation</a>.
4+ <a href="https://nf-co.re/fetchngs/1.10.1 /docs/output" target="_blank">documentation</a>.
55report_section_order :
66 " nf-core-fetchngs-methods-description " :
77 order : -1000
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ manifest {
220220 description = """ Pipeline to fetch metadata and raw FastQ files from public databases"""
221221 mainScript = ' main.nf'
222222 nextflowVersion = ' !>=23.04.0'
223- version = ' 1.10.1dev '
223+ version = ' 1.10.1 '
224224 doi = ' https://doi.org/10.5281/zenodo.5070524'
225225}
226226
You can’t perform that action at this time.
0 commit comments