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
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ template:
name: rnadnavar
org: nf-core
outdir: .
version: "1.0.0"
version: "1.0.1dev"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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).

## [dev]

### `Added`

- Added Zenodo DOI (10.5281/zenodo.21038367) for citation

## 1.0.0 - [2026-06-29]

Initial release of nf-core/rnadnavar.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_In_GitHub_Codespaces-black?labelColor=grey&logo=github)](https://github.com/codespaces/new/nf-core/rnadnavar)
[![GitHub Actions CI Status](https://github.com/nf-core/rnadnavar/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-core/rnadnavar/actions/workflows/nf-test.yml)
[![GitHub Actions Linting Status](https://github.com/nf-core/rnadnavar/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/rnadnavar/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/rnadnavar/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
[![GitHub Actions Linting Status](https://github.com/nf-core/rnadnavar/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/rnadnavar/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/rnadnavar/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.21038367-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.21038367)
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)

[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.4-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
Expand Down Expand Up @@ -184,8 +184,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#

## Citations

<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
<!-- If you use nf-core/rnadnavar for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
If you use nf-core/rnadnavar for your analysis, please cite it using the following doi: [10.5281/zenodo.21038367](https://doi.org/10.5281/zenodo.21038367)

An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.

Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ custom_logo_url: https://github.com/nf-core/rnadnavar/
custom_logo_title: "nf-core/rnadnavar"

report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/rnadnavar/releases/tag/1.0.0" target="_blank">nf-core/rnadnavar</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnadnavar/1.0.0/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/rnadnavar/tree/dev" target="_blank">nf-core/rnadnavar</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnadnavar/dev/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-rnadnavar-methods-description":
order: -1000
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=25.10.4'
version = '1.0.0'
doi = ''
version = '1.0.1dev'
doi = '10.5281/zenodo.21038367'
}


Expand Down
27 changes: 13 additions & 14 deletions ro-crate-metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_full.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"vt": "2015.11.10"
},
"Workflow": {
"nf-core/rnadnavar": "v1.0.0"
"nf-core/rnadnavar": "v1.0.1dev"
}
},
[
Expand Down
Loading