We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a216f48 commit fcf9c17Copy full SHA for fcf9c17
install.sh
@@ -23,8 +23,9 @@ error_handler() {
23
echo "========================================="
24
echo "⚠ An error occurred during the installation process."
25
echo "If it is a GPU related issue, please adjust your CUDA and CUDNN version in .yml files."
26
+ echo "You can ignore --> fatal: destination path 'ProteinMPNN' already exists and is not an empty directory."
27
echo "Please open an issue on our GitHub. We try to fix it in 24 hours!"
- echo "GitHub: https://github.com/AmirAsgary/PMGen-MHC"
28
+ echo "GitHub: https://github.com/soedinglab/PMGen/issues"
29
30
exit 1
31
}
0 commit comments