| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 1.3 kB | |
| v0.7.2_ Allow for the absence of pairing.a3m in inference. source code.tar.gz | 2025-11-20 | 45.5 MB | |
| v0.7.2_ Allow for the absence of pairing.a3m in inference. source code.zip | 2025-11-20 | 45.6 MB | |
| Totals: 3 Items | 91.0 MB | 0 | |
What's changed
- If the directory specified by
precomputed_msa_dirunder themsafield in the inference file does not contain the pairing.a3m file, no error will be thrown; instead, only the non_pairing.a3m file will be used for inference. In previous versions, this would have caused an immediate error.
example.json
:::json
[{
"sequences": [
{
"proteinChain": {
"sequence": "MGSSHHHHHHSSGLVPRGSHMSGKIQHKAVVPAPSRIPLTLSEIEDLRRKGFNQTEIAELYGVTRQAVSWHKKTYGGRLTTRQIVQQNWPWDTRKPHDKSKAFQRLRDHGEYMRVGSFRTMSEDKKKRLLSWWKMLRDNDLVLEFDPSIEPYEGMAGGGFRYVPRDISDDDLLIRVNEHTQLTAEGELLWSWPDDIEELLSEP",
"count": 1,
"msa": {
"precomputed_msa_dir": "./examples/7r6r/msa/1",
"pairing_db": "uniref100"
}
}
},
{
"dnaSequence": {
"sequence": "TTTCGGTGGCTGTCAAGCGGG",
"count": 1
}
},
{
"dnaSequence": {
"sequence": "CCCGCTTGACAGCCACCGAAA",
"count": 1
}
}
],
"name": "7r6r"
}
]