Skip to content

single sequence prediction #27

@ShuhaoGithub

Description

@ShuhaoGithub

Describe the bug

I am doing single sequence prediction with dummy msa of only the query sequence. I followed the instruction but got error that indicates use_msas, use_main_msas, use_paired_msas are not permitted field in the json.

To Reproduce

Command:

run_openfold predict --query_json=xxx.json

Query:
{
"queries": {
"xxx": {
"chains": [
{
"molecule_type": "protein",
"chain_ids": "A",
"sequence": "QVQLVESGGGLVQAGGSLRLSCAASGSISSISTMGWYRQAPGKERELVAAITSGGSTNYADSVKGRFTISRDNAKNTVYLQMNSLKPEDTAVYYCNFKYYSGSYFYKSEYDYWGKGTPVTVSS",
"main_msa_file_paths": "xxx.a3m"
}
]
}
}
}

A3M file: xxx.a3m
">query
QVQLVESGGGLVQAGGSLRLSCAASGSISSISTMGWYRQAPGKERELVAAITSGGSTNYADSVKGRFTISRDNAKNTVYLQMNSLKPEDTAVYYCNFKYYSGSYFYKSEYDYWGKGTPVTVSS"

Expected behavior

queries.xxxchains.0.use_msas
Extra inputs are not permitted [type=extra_forbidden, input_value=True, input_type=bool]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
queries.xxxchains.0.use_main_msas
Extra inputs are not permitted [type=extra_forbidden, input_value=True, input_type=bool]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
queries.xxx.chains.0.use_paired_msas
Extra inputs are not permitted [type=extra_forbidden, input_value=False, input_type=bool]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden

Configuration (please complete the following information):

  • OS: Ubuntu 20.04
  • GPU used and memory available: L40S 46068MiB
  • Python version (if relevant): 3.13
  • Installation path: mamba

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdata preprocessingRelating to the preprocessing of queries and datasets

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions