Open mieczyslaw opened 4 years ago
In fact the error above (apart from only 1 conformer recognized) appears for single conformers too.
@mieczyslaw This issue has been resolved in the updated code
@sven-miller yes, single and multimodel PDB files is now being read; the new issue is that when multimodel conformers file is given, only one conformer is used...
@mieczyslaw pdb files that contain multiple conformers need to be split into the individual components. Having the separated conformer PDBs (i.e., 1,000) and a txt file listing either names in the same directory you run the ternary_prediction.py script should help this work. Please let me know if this is still an issue.
I have used the default command as in readme, and a PDB file with multiple linker conformers (named as MODEL1, MODEL2 etc. as by PDB format). The script works fine if linker PDB contains one conformer, but crashes when multiple conformer file is given. It also thinks that only one linker conformer has been provided, which is incorrect. I believe the multimodel PDB file should be the way to provide multiple conformers?