RoseTTAFold
RoseTTAFold copied to clipboard
realpath: missing operand - running the run_[pyrosetta, e2e]_ver.sh
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
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 .