File size: 962 Bytes
96272bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"project": "flex_ddG_tutorial",
"purpose": "Directory layout metadata only. This file is not used by the runtime scripts.",
"layout": {
"conf": {
"description": "Rosetta XML protocols and related protocol configuration files.",
"paths": [
"conf/ddG-backrub.xml",
"conf/ddG-no_backrub_control.xml",
"conf/per_chain_rescore.xml",
"conf/split_protocol/",
"conf/fig-overview.png"
]
},
"scripts": {
"description": "Python entry points, helper modules, and bundled example input data.",
"paths": [
"scripts/run_example_1.py",
"scripts/run_example_2_saturation.py",
"scripts/analyze_flex_ddG.py",
"scripts/extract_structures.py",
"scripts/inputs/"
]
},
"root": {
"description": "Top-level documentation, license, and static overview assets.",
"paths": [
"README.md",
"LICENSE"
]
}
}
}
|