Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions examples/rf3_antibody_tutorial/data/inputs/cr3022_rbd_complex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"name": "cr3022_rbd_complex",
"components": [
{
"seq": "QMQLVQSGTEVKKPGESLKISCKGSGYGFITYWIGWVRQMPGKGLEWMGIIYPGDSETRYSPSFQGQVTISADKSINTAYLQWSSLKASDTAIYYCAGGSGISTPMDVWGQGTTVTVSSASTKGPSVFPLAPSSKSTSGGTAALGCLVKDYFPEPVTVSWNSGALTSGVHTFPAVLQSSGLYSLSSVVTVPSSSLGTQTYICNVNHKPSNTKVDKKVEPKSC",
"msa_path": "data/msas/cr3022_vh.a3m",
"chain_id": "H"
},
{
"seq": "DIQLTQSPDSLAVSLGERATINCKSSQSVLYSSINKNYLAWYQQKPGQPPKLLIYWASTRESGVPDRFSGSGSGTDFTLTISSLQAEDVAVYYCQQYYSTPYTFGQGTKVEIKRTVAAPSVFIFPPSDEQLKSGTASVVCLLNNFYPREAKVQWKVDNALQSGNSQESVTEQDSKDSTYSLSSTLTLSKADYEKHKVYACEVTHQGLSSPVTKSFNRGECS",
"msa_path": "data/msas/cr3022_vl.a3m",
"chain_id": "L"
},
{
"seq": "RVQPTESIVRFPNITNLCPFGEVFNATRFASVYAWNRKRISNCVADYSVLYNSASFSTFKCYGVSPTKLNDLCFTNVYADSFVIRGDEVRQIAPGQTGKIADYNYKLPDDFTGCVIAWNSNNLDSKVGGNYNYLYRLFRKSNLKPFERDISTEIYQAGSTPCNGVEGFNCYFPLQSYGFQPTNGVGYQPYRVVVLSFELLHAPATVCGPKKSTNLVKNKCVNF",
"msa_path": "data/msas/sars2_rbd.a3m",
"chain_id": "A"
}
]
}
]
12 changes: 12 additions & 0 deletions examples/rf3_antibody_tutorial/data/inputs/nanobody_vhh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"name": "nanobody_3ogo",
"components": [
{
"seq": "MQVQLVESGGALVQPGGSLRLSCAASGFPVNRYSMRWYRQAPGKEREWVAGMSSAGDRSSYEDSVKGRFTISRDDARNTVYLQMNSLKPEDTAVYYCNVNVGFEYWGQGTQVTVSS",
"msa_path": "data/msas/nanobody_3ogo.a3m",
"chain_id": "A"
}
]
}
]
17 changes: 17 additions & 0 deletions examples/rf3_antibody_tutorial/data/inputs/trastuzumab_fab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"name": "trastuzumab_fab",
"components": [
{
"seq": "EVQLVESGGGLVQPGGSLRLSCAASGFNIKDTYIHWVRQAPGKGLEWVARIYPTNGYTRYADSVKGRFTISADTSKNTAYLQMNSLRAEDTAVYYCSRWGGDGFYAMDYWGQGTLVTVSSASTKGPSVFPLAPSSKSTSGGTAALGCLVKDYFPEPVTVSWNSGALTSGVHTFPAVLQSSGLYSLSSVVTVPSSSLGTQTYICNVNHKPSNTKVDKKVEP",
"msa_path": "data/msas/trastuzumab_vh.a3m",
"chain_id": "H"
},
{
"seq": "DIQMTQSPSSLSASVGDRVTITCRASQDVNTAVAWYQQKPGKAPKLLIYSASFLYSGVPSRFSGSRSGTDFTLTISSLQPEDFATYYCQQHYTTPPTFGQGTKVEIKRTVAAPSVFIFPPSDEQLKSGTASVVCLLNNFYPREAKVQWKVDNALQSGNSQESVTEQDSKDSTYSLSSTLTLSKADYEKHKVYACEVTHQGLSSPVTKSFNRGEC",
"msa_path": "data/msas/trastuzumab_vl.a3m",
"chain_id": "L"
}
]
}
]
742 changes: 742 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/cr3022_vh.a3m

Large diffs are not rendered by default.

660 changes: 660 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/cr3022_vl.a3m

Large diffs are not rendered by default.

700 changes: 700 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/nanobody_3ogo.a3m

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/sars2_rbd.a3m

Large diffs are not rendered by default.

656 changes: 656 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/trastuzumab_vh.a3m

Large diffs are not rendered by default.

666 changes: 666 additions & 0 deletions examples/rf3_antibody_tutorial/data/msas/trastuzumab_vl.a3m

Large diffs are not rendered by default.

Loading
Loading