We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with binary and Python API. Might be due to the multiple appearances of ROOT keyword in a PDBQT pose containing multiple fragments
ROOT
File ~/micromamba/envs/meeko_eco/lib/python3.10/site-packages/vina/vina.py:182, in Vina.set_ligand_from_file(self, pdbqt_filename) 179 raise TypeError('Error: Vina requires a PDBQT file for the ligand.') 181 if len(pdbqt_filename) == 1: --> 182 self._vina.set_ligand_from_file(pdbqt_filename[0]) 183 else: 184 self._vina.set_ligand_from_file(pdbqt_filename) File ~/micromamba/envs/meeko_eco/lib/python3.10/site-packages/vina/vina_wrapper.py:710, in Vina.set_ligand_from_file(self, *args) 709 def set_ligand_from_file(self, *args): --> 710 return _vina_wrapper.Vina_set_ligand_from_file(self, *args) TypeError: PDBQT parsing error: Unknown or inappropriate tag found in flex residue or ligand. > ROOT
The text was updated successfully, but these errors were encountered:
A walkaround to this at the moment is to read individual PDBQT files.
Sorry, something went wrong.
No branches or pull requests
Not working with binary and Python API. Might be due to the multiple appearances of
ROOT
keyword in a PDBQT pose containing multiple fragmentsThe text was updated successfully, but these errors were encountered: