Skip to content

Commit 0b4500b

Browse files
Merge pull request #16 from nf-core/fix-dev
Pre-release
2 parents 49255c6 + 63a5dc5 commit 0b4500b

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,32 @@
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-
## 1.0.2dev
7-
86
## 1.0.1
97

8+
### Credits
9+
10+
Special thanks to the following for their reviews and assistance:
11+
12+
- [Matthias Hörtenhuber](https://github.com/mashehu)
13+
- [Chris Hakkaart](https://github.com/christopher-hakkaart)
14+
- [Maxime Garcia](https://github.com/maxulysse)
15+
- [Friederike Hanssen](https://github.com/FriederikeHanssen)
16+
1017
### Changed
1118

19+
[#14](https://github.com/nf-core/demo/pull/14) - Update to template 3.0.2
1220
[#7](https://github.com/nf-core/demo/pull/7) - Updated Usage and README docs
1321

1422
### Fixed
1523

24+
[#15](https://github.com/nf-core/demo/pull/15) - Add background to subway map
1625
[#7](https://github.com/nf-core/demo/pull/7) - Fixed full path for `test.config`
1726

1827
### Dependencies
1928

2029
| Dependency | Old version | New version |
2130
| ---------- | ----------- | ----------- |
22-
| `multiqc` | 1.21 | 1.23 |
31+
| `multiqc` | 1.21 | 1.25.1 |
2332

2433
## [1.0.0](https://github.com/nf-core/demo/releases/tag/1.0.0) 2024-06-19
2534

assets/multiqc_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/demo/tree/dev" target="_blank">nf-core/demo</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/demo/releases/tag/1.0.1" target="_blank">nf-core/demo</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/demo/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/demo/1.0.1/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-demo-methods-description":
77
order: -1000

nextflow.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ profiles {
164164
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
165165

166166
// Load nf-core/demo custom profiles from different institutions.
167-
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
168-
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/demo.config" : "/dev/null"
167+
// nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
168+
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/demo.config" : "/dev/null"
169169

170170
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
171171
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
@@ -228,7 +228,7 @@ manifest {
228228
description = """An nf-core demo pipeline"""
229229
mainScript = 'main.nf'
230230
nextflowVersion = '!>=24.04.2'
231-
version = '1.0.2dev'
231+
version = '1.0.1'
232232
doi = '10.5281/zenodo.12192442'
233233
}
234234

0 commit comments

Comments
 (0)