Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
siupenyau opened this issue Mar 31, 2022 · 1 comment
Open

Comments

@siupenyau
Copy link

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
Copy link

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants