Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New DOI #35

Merged
merged 1 commit into from
Dec 12, 2024
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 CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors:
affiliation: Wellcome Sanger Institute
identifiers:
- type: doi
value: 10.5281/zenodo.7155168
value: 10.5281/zenodo.14358108
repository-code: "https://github.com/sanger-tol/sequencecomposition"
license: MIT
commit: TODO
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub Actions CI Status](https://github.com/sanger-tol/sequencecomposition/workflows/nf-core%20CI/badge.svg)](https://github.com/sanger-tol/sequencecomposition/actions?query=workflow%3A%22nf-core+CI%22)
[![GitHub Actions Linting Status](https://github.com/sanger-tol/sequencecomposition/workflows/nf-core%20linting/badge.svg)](https://github.com/sanger-tol/sequencecomposition/actions?query=workflow%3A%22nf-core+linting%22)

[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.7155168-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.7155168)
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.14358108-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.14358108)

[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A522.10.1-23aa62.svg)](https://www.nextflow.io/)
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=conda)](https://docs.conda.io/en/latest/)
Expand Down Expand Up @@ -65,7 +65,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#

## Citations

If you use sanger-tol/sequencecomposition for your analysis, please cite it using the following doi: [10.5281/zenodo.7155168](https://doi.org/10.5281/zenodo.7155168)
If you use sanger-tol/sequencecomposition for your analysis, please cite it using the following doi: [10.5281/zenodo.14358108](https://doi.org/10.5281/zenodo.14358108)

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 lib/WorkflowMain.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WorkflowMain {
public static String citation(workflow) {
return "If you use ${workflow.manifest.name} for your analysis please cite:\n\n" +
"* The pipeline\n" +
" https://doi.org/10.5281/zenodo.7155168\n\n" +
" https://doi.org/10.5281/zenodo.14358108\n\n" +
"* The nf-core framework\n" +
" https://doi.org/10.1038/s41587-020-0439-x\n\n" +
"* Software dependencies\n" +
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ manifest {
mainScript = 'main.nf'
nextflowVersion = '!>=22.10.1'
version = '1.1.0'
doi = '10.5281/zenodo.7155168'
doi = '10.5281/zenodo.14358108'
}

// Load modules.config for DSL2 module specific options
Expand Down
Loading