Zuricho / ParallelFold

Modified version of Alphafold to divide CPU part (MSA and template searching) and GPU part. This can accelerate Alphafold when predicting multiple structures
https://parafold.sjtu.edu.cn
147 stars 45 forks source link

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

Closed cerebis closed 1 year ago

cerebis commented 1 year ago

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.

Zuricho commented 1 year ago

Thanks, I will update a fixed version.

cerebis commented 1 year ago

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: @.***>