Skip to content

Automatically detect multimer and monomer mode #344

@tlitfin-unsw

Description

@tlitfin-unsw

Description of feature

AlphaFold2 and ESMFold modules have different behaviour for monomer and multimer mode. Currently this is controlled by a CLI flag that the user must provide at run time.

From a usability perspective, it would be more convenient to have a small utility to check the number of molecular entities in the input fasta:

  • if multiple entities are provided then automatically use multimer mode.
  • if a single entity is detected then automatically use monomer mode.

Similar behaviour is supported by colabfold with the 'auto' option.

Can retain the option to manually set mode to support any edge cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement for existing functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions