Skip to content

Commit

Permalink
fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 23, 2024
1 parent 58e6827 commit cca8efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cca8efe

Please sign in to comment.