File size: 386 Bytes
8efb4bd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_name": "CombFold",
"framework": "C++/Python/JAX",
"task": "protein-complex-structure-prediction",
"entry_points": {
"inference": "scripts/inference.py",
"prepare_fastas": "scripts/prepare_fastas.py",
"assemble": "scripts/run_on_pdbs.py"
},
"source_package": "model",
"config": "conf/config.json",
"weight_dir": "weight",
"license": "Apache-2.0"
}
|