RoseTTAFold icon indicating copy to clipboard operation
RoseTTAFold copied to clipboard

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

Open siupenyau opened this issue 2 years ago • 1 comments

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

siupenyau avatar Mar 31 '22 03:03 siupenyau

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 .

soumyadip1997 avatar Apr 29 '22 17:04 soumyadip1997