Files
foundry/docs/releases/rfd3/examples/na_tutorial.json
Raktim Mitra 152a0911f1 DRAFT: docs for release, soft code hbplus (#699)
* documentation for release draft start

* trajectory.png

* update readme to rf3-lab paths, annotate TODOs

* add input_pdbs, demo.json

* Update README.md example pngs

* tasks pngs

* Update README.md - restructure pngs and application links

* Update README.md mc

* Update README.md add ipynb kernel export instruction

* mpnn all.ipynb

* open and edit tutorial.zip

* Update run_inf_tutorial.sh

* remove outputs

* cleanup

* rename

* soft code hbplus executable

* rename modelforge to foundry (rfd3) README

* fix: enabled running rfd3, mpnn inline

* cleanup

* remove todos, one remaining

* clear outputs

---------

Co-authored-by: Raktim Mitra <raktim@digs>
Co-authored-by: Raktim Mitra <raktim@localhost>
Co-authored-by: Rohith Krishna <rohith@localhost>
Co-authored-by: Raktim Mitra <raktim@digs.ipd.uw.edu>
2025-12-01 18:23:02 -08:00

43 lines
1.2 KiB
JSON
Executable File

{
"dsDNA_basic": {
"input": "./input_pdbs/1bna.pdb",
"contig": "A1-10,/0,B15-24,/0,120-130",
"length": "140-150",
"ori_token": [24,20,10]
},
"dsDNA_complex": {
"input": "./input_pdbs/2r5z.pdb",
"contig": "C5-18,/0,D24-37,/0,40-50,A146-154,80-90",
"length": "147-167",
"unindex": "/0,/0,B251-B255",
"select_fixed_atoms": {
"C9-14":"ALL",
"D28-33":"ALL",
"C5-8,C15-18": "",
"D24-27,D34-37": ""
},
"ori_token":[25,35,20],
"select_hbond_acceptor": {"C16":"N7,O6", "D31-32":"N7", "D28-30":"OP1,OP2,O3',O5'"},
"select_hbond_donor": {"D31-32":"N6"}
},
"ssDNA_basic": {
"input": "./input_pdbs/5o4d.pdb",
"contig": "A1-23,/0,120-130",
"length": "143-153",
"ori_token": [-5,-10,8]
},
"ssDNA_diffused_from_dsDNA_pdb":{
"input": "./input_pdbs/1bna.pdb",
"contig": "A1-10,/0,120-130",
"length": "130-140",
"select_fixed_atoms": {"A1-10":""}
},
"RNA_basic": {
"input": "./input_pdbs/1q75.pdb",
"contig": "A1-15,/0,120-130",
"length": "135-145",
"ori_token": [15,2,-4]
}
}