From 5220447272aca022d6d43136ffce6d0c9ba02522 Mon Sep 17 00:00:00 2001 From: rmflight Date: Mon, 28 Feb 2022 15:34:12 -0500 Subject: [PATCH] added zenodo badge and how to get the cache --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2c3597e..a20d5ca 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # ICI-Kendall-Tau Manuscript +[![DOI](https://zenodo.org/badge/429873882.svg)](https://zenodo.org/badge/latestdoi/429873882) + All the code for generating the manuscript: Information-Content-Informed Kendall-tau Correlation: Utilizing Missing Values Robert M Flight, Praneeth S Bhatt, Hunter NB Moseley +[biorxiv](https://doi.org/10.1101/2022.02.24.481854) is contained within this repository. @@ -47,3 +50,16 @@ drake::r_make() Then I would `rsync` the .drake directory from the remote machine to my laptop, and then run the manuscript generation. Hopefully that will work for you as well. + +## Obtaining drake Cache + +To make it easier to at least generate the manuscript, there is a copy of the {drake} cache on Zenodo at [here](). +You can download it using `wget`. + +``` +# make sure you are wherever you want the drake cache, like wherever +# you cloned the github repo to, at the top level of the directory. +wget https://zenodo.org/record/6310898/files/manuscript.ICIKendallTau.drake_cache.tgz?download=1 +mv manuscript.ICIKendallTau.drake_cache.tgz?download=1 manuscript.ICIKendallTau.drake_cache.tgz +tar -xzf manuscript.ICIKendallTau.drake_cache.tgz +```