Skip to content

Commit a2d0de1

Browse files
Release lint
1 parent 49255c6 commit a2d0de1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
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.2" 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.2/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-demo-methods-description":
77
order: -1000

nextflow.config

Lines changed: 3 additions & 3 deletions
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.2'
232232
doi = '10.5281/zenodo.12192442'
233233
}
234234

0 commit comments

Comments
 (0)