CombFold / configuration.json
wuxing0105's picture
Upload folder using huggingface_hub
8efb4bd verified
Raw
History Blame Contribute Delete
386 Bytes
{
"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"
}