RosettaCommons / RoseTTAFold

This package contains deep learning models and related scripts for RoseTTAFold
MIT License
2.03k stars 440 forks source link

realpath: missing operand - running the run_[pyrosetta, e2e]_ver.sh #115

Open siupenyau opened 2 years ago

siupenyau commented 2 years ago

Hi,

Thank you for releasing RoseTTAFold. After the installation, I tried to test a run with input.fa in the example folder. cd example ../run_pyrosetta_ver.sh input.fa or ../run_e2e_ver.sh

Then I got the following error message. realpath: missing operand Try 'realpath --help' for more information.

Would you please let me know how to solve the problem?

With best wishes,

Timothy Ng

soumyadip1997 commented 2 years ago

you have to give the path after the fasta file like ../run_pyrosetta_ver.sh input.fa tempdir1/

or if you want to store in current directory

../run_pyrosetta_ver.sh input.fa .