Skip to content

AF2 multimer pkl support #27

Description

@NicholasStevers

Hello,

For those running a local instance of AF2 multimer from deepmind, you added pkl support to the interpreter, however, an earlier line prevents the script from launching.

Changing

if ".pdb" in pdb_path and pae_file_path.endswith(".json"):
to

if ".pdb" in pdb_path and (pae_file_path.endswith(".json") or pae_file_path.endswith(".pkl")):
allows the script to run.

Thank you for an awesome metric and tool to automate score generation!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions