HDOCK Server Error!
0
0
Entering edit mode
6 hours ago

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.enter image description here

Any idea how to fix it? or what seems to be the problem? Thanks in advance!

HDOCK Docking • 68 views
ADD COMMENT
0
Entering edit mode

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.

sed 's/\r$//' filename.txt > fixed.txt
ADD REPLY

Login before adding your answer.

Traffic: 3828 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6