From 69ddf571048819f496dd8e2b5059d775527e43d6 Mon Sep 17 00:00:00 2001 From: rraadd88 Date: Sun, 11 Feb 2024 20:46:15 -0500 Subject: [PATCH] updates --- CITATION.cff | 6 +++--- README.md | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 66147c2..ce57336 100755 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ authors: orcid: https://orcid.org/0000-0002-6421-2067 identifiers: - type: doi - value: 10.1534/genetics.119.302089 + value: 10.5281/zenodo.10648264 repository-code: https://github.com/rraadd88/beditor -version: v2.0.0 -date-released: '2024-01-31' +version: v2.0.1 +date-released: '2024-02-11' diff --git a/README.md b/README.md index 4dd1b07..7ec5407 100755 --- a/README.md +++ b/README.md @@ -258,15 +258,16 @@ Please send the required info using a PR, or an issue. title = {beditor: A Computational Workflow for Designing Libraries of sgRNAs for CRISPR-Mediated Base Editing}, author = {Dandage, Rohan}, year = {2024}, - url = {https://doi.org/10.1534/genetics.119.302089}, - version = {v2.0.0}, + url = {https://doi.org/10.5281/zenodo.10648264}, + version = {v2.0.1}, note = {The URL is a DOI link to the permanent archive of the software.}, } ``` -2. DOI link: [![DOI](https://zenodo.org/badge/DOI/10.1534/genetics.119.302089.svg)](https://doi.org/10.1534/genetics.119.302089), or +2. DOI link: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10648264.svg)](https://doi.org/10.5281/zenodo.10648264), or + +3. Using citation information from [CITATION.CFF file](https://github.com/rraadd88/beditor/blob/main/CITATION.cff). -3. Using citation information from [CITATION.CFF file](https://github.com/rraadd88/beditor/blob/main/CITATION.cff).
v1