Skip to content
New issue

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

small bug in atom3d.util.formats.df_to_bps line 111 #66

Open
YangyangMiao opened this issue Mar 26, 2024 · 0 comments
Open

small bug in atom3d.util.formats.df_to_bps line 111 #66

YangyangMiao opened this issue Mar 26, 2024 · 0 comments

Comments

@YangyangMiao
Copy link

Hi,
I found a small bug that will make the biopython structure output have error when it do io.save .
if you check the chain.id write into . it will be a tuple instead of a char.
The modification will be
new_chain = Bio.PDB.Chain.Chain(chain) -> new_chain = Bio.PDB.Chain.Chain(chain[0])

Best
Yangyang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant