Commit 9e75e366 authored by nd-02110114's avatar nd-02110114
Browse files

🔥 remove unused script

parent 43b48b08
Loading
Loading
Loading
Loading

scripts/download_data.sh

deleted100755 → 0
+0 −6
Original line number Diff line number Diff line
#!/bin/bash
# After running this script all data is in datasets. Assumes script is run from deepchem/scripts 
# e.g., user@server:~/deepchem/scripts$ ./download_data.sh

cd ../datasets
find ../examples -name "get*.sh" -exec bash {} \;