rlabduke / MolProbity

Protein and nucleic acid validation service
Other
56 stars 30 forks source link

Executing Molprobity on OSX Catalina or above? #16

Open koshkabb opened 3 years ago

koshkabb commented 3 years ago

Hello! I have installed Molprobity on OSX Catalina (10.15) and I am running into some issues when executing the command line script oneline-analysis. Specifically, I am getting these errors:

sh: /.../molprobity/bin/macosx/scrublines: Bad CPU type in executable
sh: /.../molprobity/bin/macosx/awk: Bad CPU type in executable

It seems these two executables are compiled for 32-bit CPUs, but in OSX Catalina or above only 64-bit executables can be run. Is there an easy way around this? I see that in the bin/linux/ folder some executables have a 64-bit version. Would that be possible to do in the bin/macosx/ folder as well?

Thank you so much!