Entering edit mode
6 hours ago
Jannatul Ferdous
•
0
So, I'm trying to use the HDOCK server for docking. The problem is when I run it from my mac, it gives me error saying "too much residues" but when my friend run it from windows OS, it runs and also shows result. FYI, the files that we're using are identical plus I also tried using the one from her OS, downloaded and ran, still same error. Attaching the screenshot of that error.
Any idea how to fix it? or what seems to be the problem? Thanks in advance!
This could be caused by the line endings that differ between macOS and Windows. Generally a utility like
dos2unix
can help fix this. You could give the following a try in case you don't want to install that utility.