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

run_alphafold.sh on fresh Linux install has "bad interpreter" error #31

Closed
cerebis opened this issue Mar 15, 2023 · 2 comments
Closed

Comments

@cerebis
Copy link

cerebis commented Mar 15, 2023

The bash script run_alphafold.sh seems to have MS-DOS end of line "\r\n", which is causing my Linux distro to object.

'''
-bash: ./run_alphafold.sh: /bin/bash^M: bad interpreter: No such file or directory
'''

Installed bash: version 4.4.20-4

Running dos2unix on the file resolves the issue.

@cerebis cerebis changed the title run_alphafold.sh on fresh Linus install has "bad interpreter" error run_alphafold.sh on fresh Linus install has "bad interpreter" error Mar 15, 2023
@cerebis cerebis changed the title run_alphafold.sh on fresh Linus install has "bad interpreter" error run_alphafold.sh on fresh Linux install has "bad interpreter" error Mar 15, 2023
@Zuricho
Copy link
Owner

Zuricho commented Mar 15, 2023

Thanks, I will update a fixed version.

@Zuricho Zuricho closed this as completed Mar 15, 2023
@cerebis
Copy link
Author

cerebis commented Mar 15, 2023 via email

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