Skip to content

Commit c84b614

Browse files
committed
update to 1.0.2dev
1 parent 1712144 commit c84b614

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

assets/multiqc_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/demo/releases/tag/1.0.0" target="_blank">nf-core/demo</a>
3-
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/demo/1.0.0/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/demo/tree/dev"
3+
target="_blank">nf-core/demo</a> analysis pipeline. For information about how to
4+
interpret these results, please see the <a href="https://nf-co.re/demo/dev/docs/output"
5+
target="_blank">documentation</a>.
56
report_section_order:
67
"nf-core-demo-methods-description":
78
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ manifest {
241241
description = """An nf-core demo pipeline"""
242242
mainScript = 'main.nf'
243243
nextflowVersion = '!>=23.04.0'
244-
version = '1.0.0'
244+
version = '1.0.2dev'
245245
doi = '10.5281/zenodo.12192442'
246246
}
247247

0 commit comments

Comments
 (0)