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
Code improvement in opencadd.io.dataframe:
opencadd.io.dataframe
Avoid to use the private PandasPdb method _construct_df.
PandasPdb
_construct_df
opencadd/opencadd/io/dataframe.py
Line 128 in 912d4e9
If possible in the future, use e.g.
ppdb = PandasPdb() ppdb.read_pdb_from_list() # New feature?
See feature request: BioPandas/biopandas#70
The text was updated successfully, but these errors were encountered:
Wait for biopandas 0.3.0 release:
biopandas
PandasPdb.read_pdb_from_list
read_pdb
read_mol2
(see biopandas CHANGELOG)
Sorry, something went wrong.
No branches or pull requests
Code improvement in
opencadd.io.dataframe
:Avoid to use the private
PandasPdb
method_construct_df
.opencadd/opencadd/io/dataframe.py
Line 128 in 912d4e9
If possible in the future, use e.g.
See feature request:
BioPandas/biopandas#70
The text was updated successfully, but these errors were encountered: