Skip to content

Commit

Permalink
added zenodo badge and how to get the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Feb 28, 2022
1 parent a058847 commit 5220447
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
```

0 comments on commit 5220447

Please sign in to comment.