Skip to content

Commit 63a5dc5

Browse files
Version 1.0.1 not 1.0.2
1 parent d0f8f3e commit 63a5dc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/releases/tag/1.0.2" 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/1.0.2/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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'
231+
version = '1.0.1'
232232
doi = '10.5281/zenodo.12192442'
233233
}
234234

0 commit comments

Comments
 (0)