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

pdb_seqres_database_path must not be set when running with "--model_preset=monomer_casp14". #33

Open
mbassalbioinformatics opened this issue Mar 18, 2023 · 0 comments

Comments

@mbassalbioinformatics
Copy link

HI

when running using the monomer_casp14 preset, get the following error

raceback (most recent call last):
  File "/home/.../tools/ParallelFold/run_alphafold.py", line 491, in <module>
    app.run(main)
  File "/home/.../anaconda3/envs/parafold/lib/python3.8/site-packages/absl/app.py", line 312, in run
    _run_main(main, args)
  File "/home/.../anaconda3/envs/parafold/lib/python3.8/site-packages/absl/app.py", line 258, in _run_main
    sys.exit(main(argv))
  File "/home/.../tools/ParallelFold/run_alphafold.py", line 362, in main
    _check_flag('pdb_seqres_database_path', 'model_preset',
  File "/home/.../tools/ParallelFold/run_alphafold.py", line 163, in _check_flag
    raise ValueError(f'{flag_name} must {verb} set when running with '
ValueError: pdb_seqres_database_path must not be set when running with "--model_preset=monomer_casp14".

suggestions to rectify this please?

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