Closed cerebis closed 1 year ago
Thanks, I will update a fixed version.
I spoke too early. This seems to affect all the files in scripts
as well.
On Thu, 16 Mar 2023 at 2:24 am, Bozitao Zhong @.***> wrote:
Thanks, I will update a fixed version.
— Reply to this email directly, view it on GitHub https://github.com/Zuricho/ParallelFold/issues/31#issuecomment-1470234327, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABN2PC6F5HQY2LV4GWTKTRLW4HNKLANCNFSM6AAAAAAV3F54TM . You are receiving this because you authored the thread.Message ID: @.***>
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.