scfv-design-space / setup.sh
timstasevich's picture
Clean history — remove LFS PNG commits
e7fe90a
raw
history blame contribute delete
182 Bytes
#!/bin/bash
# Clone ProteinMPNN if not already present
if [ ! -d "ProteinMPNN" ]; then
echo "Cloning ProteinMPNN..."
git clone https://github.com/dauparas/ProteinMPNN.git
fi