Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ lint:
nf_core_version: 4.0.2
repository_type: pipeline
template:
author: Jasmin Frangenberg, Anan Ibrahim, Louisa Perelo, Moritz E. Beber, James
A. Fellows Yates
author: Jasmin Frangenberg, Anan Ibrahim, Louisa Perelo, Moritz E. Beber, James A. Fellows Yates
description: Pipeline for screening for functional components of assembled contigs
force: false
is_nfcore: true
Expand All @@ -19,4 +18,4 @@ template:
skip_features:
- igenomes
- fastqc
version: 3.1.0dev
version: 4.0.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v4.0.0dev - [date]
## v4.0.0 - Chinese Baozi - [2026-06-22]

### `Breaking change`

Expand Down
5 changes: 1 addition & 4 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/funcscan/tree/dev"
target="_blank">nf-core/funcscan</a> analysis pipeline. For information about how
to interpret these results, please see the <a href="https://nf-co.re/funcscan/dev/docs/output"
target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/funcscan/releases/tag/4.0.0" target="_blank">nf-core/funcscan</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/funcscan/4.0.0/docs/output" target="_blank">documentation</a>.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why no new line like before?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto formatting 🤷

report_section_order:
"nf-core-funcscan-methods-description":
order: -1000
Expand Down
Binary file modified docs/images/funcscan_metro_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/images/funcscan_metro_workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/funcscan_metro_workflow_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/images/funcscan_metro_workflow_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'main'
nextflowVersion = '!>=25.10.4'
version = '3.1.0dev'
version = '4.0.0'
doi = '10.5281/zenodo.7643099'
}

Expand Down
Loading
Loading