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

OSError: [Errno 22] Invalid argument: 'inputs/*pdb' .How do fix this bug? #49

Closed
DragonReed opened this issue May 3, 2023 · 1 comment

Comments

@DragonReed
Copy link

Traceback (most recent call last):
File "E:\GitHub\ProteinMPNN\protein_mpnn_run.py", line 466, in
main(args)
File "E:\GitHub\ProteinMPNN\protein_mpnn_run.py", line 162, in main
pdb_dict_list = parse_PDB(args.pdb_path, ca_only=args.ca_only)
File "E:\GitHub\ProteinMPNN\protein_mpnn_utils.py", line 166, in parse_PDB
xyz, seq = parse_PDB_biounits(biounit, atoms=sidechain_atoms, chain=letter)
File "E:\GitHub\ProteinMPNN\protein_mpnn_utils.py", line 85, in parse_PDB_biounits
for line in open(x,"rb"):
OSError: [Errno 22] Invalid argument: 'inputs/*pdb'

@dauparas
Copy link
Owner

You can only pass one PDB path as an input when using --pdb_path option.

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