From 3fbd3868815d180d14ebcb822529b3cb2f9b503c Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 6 Dec 2024 10:12:40 -0500 Subject: [PATCH] docs: add citation to readme (#77) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d5edb..268bbf9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ -This library implements a novel method for mapping [MaveDB scoreset data](https://mavedb.org/) to [GA4GH Variation Representation Specification (VRS 2.0)](https://vrs.ga4gh.org/en/2.x/) objects, enhancing interoperability for genomic medicine applications. See [Arbesfeld et. al. (2023)](https://www.biorxiv.org/content/10.1101/2023.06.20.545702v1) for a preprint edition of the mapping manuscript, or [download the resulting mappings directly](https://mavedb-mapping.s3.us-east-2.amazonaws.com/20241023_mapped_score_sets.tar.gz). +This library implements a novel method for mapping [MaveDB scoreset data](https://mavedb.org/) to [GA4GH Variation Representation Specification (VRS 2.0)](https://vrs.ga4gh.org/en/2.x/) objects, enhancing interoperability for genomic medicine applications. See [Arbesfeld et. al. (2024)](https://www.biorxiv.org/content/10.1101/2023.06.20.545702) for a preprint edition of the mapping manuscript, or [download the resulting mappings directly](https://mavedb-mapping.s3.us-east-2.amazonaws.com/20241023_mapped_score_sets.tar.gz). + +If you make use of this software or the resultant mappings, please cite the manuscript: + +> Jeremy A. Arbesfeld, Estelle Y. Da, James S. Stevenson, Kori Kuzma, Anika Paul, Tierra Farris, Benjamin J. Capodanno, Sally B. Grindstaff, Kevin Riehle, Nuno Saraiva-Agostinho, Jordan F. Safer, Aleksandar Milosavljevic, Julia Foreman, Helen V. Firth, Sarah E. Hunt, Sumaiya Iqbal, Melissa S. Cline, Alan F. Rubin, Alex H. Wagner. bioRxiv 2023.06.20.545702; doi: [https://doi.org/10.1101/2023.06.20.545702](https://doi.org/10.1101/2023.06.20.545702)