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

# biopython molecule structural model mol_model = pmolecule.model #2

Closed
abok2020 opened this issue Apr 12, 2022 · 1 comment
Closed

Comments

@abok2020
Copy link

abok2020 commented Apr 12, 2022

biopython molecule structural model

mol_model = pmolecule.model

error: NameError: name 'pmolecule' is not defined

@rodogi
Copy link
Owner

rodogi commented Apr 12, 2022

Hi you have to import he module (after installing it)

import biographs as bg

mol_model = bg.pmolecule.model

@rodogi rodogi closed this as completed Apr 12, 2022
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

2 participants