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

receptors directory missing from repo? #23

Open
dotsdl opened this issue Feb 17, 2021 · 1 comment
Open

receptors directory missing from repo? #23

dotsdl opened this issue Feb 17, 2021 · 1 comment

Comments

@dotsdl
Copy link
Member

dotsdl commented Feb 17, 2021

When I execute 02-generate-poses.py on branch sprint-5 under sprint-5-retrospective, I get:

sprint-5 [sprint-5-retrospective] ! python 02-generate-poses.py 
Warning: Unable to open "../../receptors/monomer/Mpro-x11498_0A_bound-receptor.oeb.gz" for reading molecules.
Warning: Unable to open receptor file ../../receptors/monomer/Mpro-x11498_0A_bound-receptor.oeb.gz for reading
Warning: Unable to open "../../receptors/monomer/Mpro-x11498_0A_bound-ligand.mol2" for reading molecules.
Traceback (most recent call last):
  File "02-generate-poses.py", line 702, in <module>
    refmol = load_fragment(fragment, title=fragments[fragment])
  File "02-generate-poses.py", line 577, in load_fragment
    raise Exception(f'Could not read {refmol_filename}')
Exception: Could not read ../../receptors/monomer/Mpro-x11498_0A_bound-ligand.mol2

The directory does not appear to exist in the repository; is it local to your workspace @jchodera?

@jchodera
Copy link
Member

@dotsdl : Shoot, I realize I never responded to this!

The covid-moonshot/receptors/ path is generated by the covid-moonshot/scripts/00-prep-all-receptors.py script, and it's possible the paths have changed since sprint-5.

We also need to update the infrastructure to use the new fah_prep tool for preparing the receptors/ structures from @RobertArbon. This tool can correctly handle both the x (monomer in asymmetric unit) and P (dimer in asymmetric unit) crystal forms.

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