From cca8efe081c6e34f31b102570fb1cc95a3330e19 Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 23 Aug 2024 10:46:24 -0400 Subject: [PATCH] fix setup script --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 63c599a..0944889 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ conda deactivate echo -e "\n downloading data...\n" aws s3 cp "s3://dl-at-mbl-2023-data/woodshole_new.zip" "." --no-sign-request unzip woodshole_new.zip -mkdir woodshole +mkdir tissuenet_data mv woodshole_new/* tissuenet_data rm woodshole_new.zip rm -r woodshole_new