From e2781de1f4f16c69f47baf388ee2d5acfe9f804d Mon Sep 17 00:00:00 2001 From: nservant <nservant@curie.fr> Date: Fri, 4 Oct 2019 16:06:56 +0200 Subject: [PATCH] Add DOI --- CHANGELOG.md | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7922a..d183e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## v1.1dev * Add --saveInteractionBAM option +* Add DOI (#29) * Fix bug for reads extension _1/_2 (#30) * Update manual (#28) diff --git a/README.md b/README.md index 37692cf..ce34175 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@  +[](https://zenodo.org/badge/latestdoi/156259074) + ### Introduction This pipeline is based on the [HiC-Pro workflow](https://github.com/nservant/HiC-Pro). It was designed to process Hi-C data from raw fastq files (paired-end Illumina data) to normalized contact maps. @@ -41,3 +43,8 @@ The nf-core/hic pipeline comes with documentation about the pipeline, found in t ### Credits nf-core/hic was originally written by Nicolas Servant. + +If you use nf-core/hic for your analysis, please cite it using the following doi: [10.5281/zenodo.2669513](https://doi.org/10.5281/zenodo.2669513) + +You can cite the `nf-core` pre-print as follows: +Ewels PA, Peltzer A, Fillinger S, Alneberg JA, Patel H, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. **nf-core: Community curated bioinformatics pipelines**. *bioRxiv*. 2019. p. 610741. [doi: 10.1101/610741](https://www.biorxiv.org/content/10.1101/610741v1). \ No newline at end of file -- GitLab