Skip to content

Commit 7f201b4

Browse files
doi update
1 parent ffb4a70 commit 7f201b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--[![GitHub Actions CI Status](https://github.com/sanger-tol/blobtoolkit/workflows/nf-core%20CI/badge.svg)](https://github.com/sanger-tol/blobtoolkit/actions?query=workflow%3A%22nf-core+CI%22)-->
44

55
[![GitHub Actions Linting Status](https://github.com/sanger-tol/blobtoolkit/workflows/nf-core%20linting/badge.svg)](https://github.com/sanger-tol/blobtoolkit/actions?query=workflow%3A%22nf-core+linting%22)
6-
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
6+
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.7949058-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.7949058)
77

88
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A522.10.1-23aa62.svg)](https://www.nextflow.io/)
99
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
@@ -107,7 +107,7 @@ If you would like to contribute to this pipeline, please see the [contributing g
107107

108108
<!-- Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
109109

110-
<!-- If you use sanger-tol/blobtoolkit for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
110+
If you use sanger-tol/blobtoolkit for your analysis, please cite it using the following doi: [10.5281/zenodo.7949058](https://doi.org/10.5281/zenodo.7949058)
111111

112112
<!-- Add bibliography of tools and data used in your pipeline -->
113113

lib/WorkflowMain.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class WorkflowMain {
1313
return "If you use ${workflow.manifest.name} for your analysis please cite:\n\n" +
1414
// Add Zenodo DOI for pipeline after first release
1515
"* The pipeline\n" +
16-
" https://doi.org/10.5281/zenodo.XXXXXXX\n\n" +
16+
" https://doi.org/10.5281/zenodo.7949058\n\n" +
1717
"* The nf-core framework\n" +
1818
" https://doi.org/10.1038/s41587-020-0439-x\n\n" +
1919
"* Software dependencies\n" +

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ manifest {
222222
mainScript = 'main.nf'
223223
nextflowVersion = '!>=22.10.1'
224224
version = '0.1.0'
225-
doi = '10.5281/zenodo.XXXXXXX'
225+
doi = '10.5281/zenodo.7949058'
226226
}
227227

228228
// Load modules.config for DSL2 module specific options

0 commit comments

Comments
 (0)