-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi @ianscottknight !
I was running top_poses.py script on the generated by DOCK3.8 test.mol2.gz file, in the following way:
python3 ///pydock3-1.0.0/pydock3/top_poses.py dirlist
but the code seems to be not executed, it doesn't produce any errors with different input and doesn't produce help message, as described in wiki (https://wiki.docking.org/index.php?title=Docking_Analysis_in_DOCK3.8#top_poses.py). Is there any special packages needed to run top_poses.py, or what could be the reason of this issue?
Another question that I would like to ask is regarding executing: "pydock3 topposes" command, which is not described in the wiki, but seems to work for retrieving poses. Is there a way to set the number of poses/output prefix/etc using that command?
Thank you a lot in advance for the help!