Skip to content

Commit

Permalink
feat: disulfide bonding
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoYinYing committed Aug 24, 2024
1 parent e4d6821 commit 43698f6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions apps/protein_folding/helixfold3/data/demo_disulf_homodimer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"entities": [
{
"type": "protein",
"sequence": "NSVHPCCDPVICEPREGEHCISGPCCENCYFLNSGTICKRARGDGNQDYCTGITPDCPRNRYNV",
"count": 2
},
{
"type": "bond",
"bond": "A,CYS,6,SG,A,CYS,29,SG,disulf,2.3;A,CYS,20,SG,A,CYS,26,SG,disulf,2.3;A,CYS,25,SG,A,CYS,50,SG,disulf,2.3;A,CYS,38,SG,A,CYS,57,SG,disulf,2.3",
"_case_from": "https://www.uniprot.org/uniprotkb/P83658/entry#ptm_processing",
"_note": "Intrachain, A"
},
{
"type": "bond",
"bond": "B,CYS,6,SG,B,CYS,29,SG,disulf,2.3;B,CYS,20,SG,B,CYS,26,SG,disulf,2.3;B,CYS,25,SG,B,CYS,50,SG,disulf,2.3;B,CYS,38,SG,B,CYS,57,SG,disulf,2.3",
"_case_from": "https://www.uniprot.org/uniprotkb/P83658/entry#ptm_processing",
"_note": "Intrachain, B"
},
{
"type": "bond",
"bond": "A,CYS,7,SG,B,CYS,12,SG,disulf,2.3",
"_case_from": "https://www.uniprot.org/uniprotkb/P83658/entry#ptm_processing",
"_note": "Interchain, AB"
},
{
"type": "bond",
"bond": "B,CYS,7,SG,A,CYS,12,SG,disulf,2.3",
"_case_from": "https://www.uniprot.org/uniprotkb/P83658/entry#ptm_processing",
"_note": "Interchain, BA"
}
]
}

0 comments on commit 43698f6

Please sign in to comment.