Skip to content

Commit 6cf5610

Browse files
committed
add DOI
1 parent e76b7fa commit 6cf5610

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CITATION.cff

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ authors:
1818
family-names: Bock
1919
orcid: 'https://orcid.org/0000-0001-6091-3088'
2020
affiliation: CeMM Research Center for Molecular Medicine
21+
identifiers:
22+
- type: doi
23+
value: 10.5281/zenodo.15005419.
24+
description: >-
25+
This DOI represents all versions, and will always
26+
resolve to the latest one.
2127
repository-code: 'https://github.com/epigen/fetch_ngs'
2228
url: 'https://epigen.github.io/fetch_ngs/'
2329
abstract: >-

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![MrBiomics](https://img.shields.io/badge/MrBiomics-red)](https://github.com/epigen/MrBiomics/)
2+
[![DOI](https://zenodo.org/badge/943940069.svg)](https://doi.org/10.5281/zenodo.15005419)
23
[![](https://tokei.rs/b1/github/epigen/fetch_ngs?category=code)]()
34
[![](https://tokei.rs/b1/github/epigen/fetch_ngs?category=files)]()
45
[![GitHub license](https://img.shields.io/github/license/epigen/fetch_ngs)](https://github.com/epigen/fetch_ngs/blob/main/LICENSE)
@@ -14,7 +15,7 @@ A [Snakemake 8](https://snakemake.readthedocs.io/en/stable/) workflow to fetch (
1415
> ⭐️ **Star and share modules you find valuable** 📤 - help others discover them, and guide our future work!
1516
1617
> [!IMPORTANT]
17-
> **If you use this workflow in a publication, please don't forget to give credit to the authors by citing it using this DOI [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX).**
18+
> **If you use this workflow in a publication, please don't forget to give credit to the authors by citing it using this DOI [10.5281/zenodo.15005419](https://doi.org/10.5281/zenodo.15005419).**
1819
1920
![Workflow Rulegraph](./workflow/dags/rulegraph.svg)
2021

@@ -39,7 +40,7 @@ This is a template for the Methods section of a scientific publication and is in
3940

4041
__Data Acquisition & Processing.__ Public sequencing data were retrieved from [GSA|SRA|ENA|DDBJ] under the accession(s) [accession_ids] using iSeq (ver) [ref]. The data were downloaded as FASTQ files (and converted to unmapped BAM ([uBAM](https://gatk.broadinstitute.org/hc/en-us/articles/360035532132-uBAM-Unmapped-BAM-Format)) files using Picard FastqToSam (ver) [ref], preserving sample information and read groups while supporting both single-end and paired-end sequencing data). Metadata for each dataset was collected and merged into a single Comprehensive reference file.
4142

42-
**The data acquisition and processing described here were performed using a publicly available Snakemake (ver) [ref] workflow [ref - cite this workflow here].**
43+
**The data acquisition and processing described here were performed using a publicly available Snakemake (ver) [ref] workflow [10.5281/zenodo.15005419](https://doi.org/10.5281/zenodo.15005419).**
4344

4445
# 🚀 Features
4546
The workflow performs the following steps that produce the outlined results:
@@ -90,7 +91,7 @@ Detailed specifications can be found here [./config/README.md](./config/README.m
9091
# 🔗 Links
9192
- [GitHub Repository](https://github.com/epigen/fetch_ngs/)
9293
- [GitHub Page](https://epigen.github.io/fetch_ngs/)
93-
- [Zenodo Repository (coming soon)]()
94+
- [Zenodo Repository](https://doi.org/10.5281/zenodo.15005419)
9495
- [Snakemake Workflow Catalog Entry](https://snakemake.github.io/snakemake-workflow-catalog?usage=epigen/fetch_ngs)
9596

9697
# 📚 Resources

0 commit comments

Comments
 (0)