Closed PhilippJunk closed 4 years ago
Hello @PhilippJunk ,
I see that you are calling pdb-tools with the .py
extension, so you are calling the files directly instead of the global symlinks created on installation. Is this so because you know what you are doing, or because you miss something during the installation process?
Remember you can install pdb-tools
through pip
:
pip install pdb-tools==2.0.5
or github.
git clone https://github.com/haddocking/pdb-tools/
cd pdb-tools
python setup.py develop
with this setup then you just need to update the pdb-tools github local folder to have the latest version:
git pull
With both ways, you should have available the pdb_*
command lines. If you need any help installing pdb-tools just let us know.
I always forget to link the issue before the PR is merged :stuck_out_tongue_closed_eyes: @PhilippJunk #69 solved this issue. Let us know if we can provide you any additional help. Best,
Hi @joaomcteixeira,
thank you for the quick fix in particular, and for developing and support this really useful collection of tools in general. With version 2.0.6, I don't encounter the bug anymore.
On my machine, the tools are installed with pip, and I am calling them without the extensions. I only added them to this issue because I wanted to keep as close as possible to the template for bug reports you were proposing ;)
Thanks for helping me out, kind regards Philipp
Perfect, :stuck_out_tongue_winking_eye:
In that case, it is better to not write the .py
in the bug reports because what we do is directly copy+paste your commands in our terminal and see what happens :-)
Enjoy the tools and let us know if you find any other bug. Cheers,
Describe the bug When working on an NMR structure with pdb-tools, the usage of
pdb_reres
causes an error inpdb_splitmodel
afterwards. Looking at the PDB files, it seems thatpdb_reres
removes the MODEL tag during the renumbering, thereby causing the error inpdb_splitmodel
.To Reproduce This causes an error in
pdb_splitmodels
Not using
pdb_reres
does not cause an error:Looking at the pdb files, it seems that
pdb_reres
removes the MODEL tag in the pdb file. Without renumbering:With renumbering, the MODEL tags are gone.
This behaviour could be reproduced with different PDB files containing multiple models.
Expected behavior
pdb_reres
is not expected to remove the model tags.Desktop (please complete the following information):