From 1a8f49b1000016bb533c9c913c0e83830378fe03 Mon Sep 17 00:00:00 2001 From: rmflight Date: Fri, 26 Jan 2024 13:31:30 -0500 Subject: [PATCH] added zenodo instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 32fe668..eb4368d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ To setup to be able to rerun everything here, you can clone the repo from [githu git clone https://github.com/MoseleyBioinformaticsLab/manuscript.ICIKendallTau.git ``` +``` +# download from zenodo +wget https://zenodo.org/records/10573598/files/MoseleyBioinformaticsLab/manuscript.ICIKendallTau-draft_v4.1_2024-01-26.zip?download=1 --output-document=manuscript.ICIKendallTau.zip +unzip manuscript.ICIKendallTau.zip +``` + ```r # make sure renv is installed install.packages("renv")