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