Spaces:
Sleeping
Sleeping
Delete setup.sh
Browse files
setup.sh
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
# Setup script for HuggingFace Spaces deployment
|
| 3 |
-
|
| 4 |
-
# Clone ProteinMPNN if it doesn't exist
|
| 5 |
-
if [ ! -d "ProteinMPNN" ]; then
|
| 6 |
-
echo "Cloning ProteinMPNN..."
|
| 7 |
-
git clone https://github.com/dauparas/ProteinMPNN.git
|
| 8 |
-
fi
|
| 9 |
-
|
| 10 |
-
# Create necessary directories
|
| 11 |
-
mkdir -p data
|
| 12 |
-
mkdir -p generated
|
| 13 |
-
|
| 14 |
-
echo "Setup complete!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|