Skip to content

Commit

Permalink
Organize API reference for pdbx
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Mar 1, 2024
1 parent fbec725 commit ee9d492
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions doc/apidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,43 @@
"dot_bracket_from_structure",
"base_pairs_from_dot_bracket"
]
},

"biotite.structure.io.pdbx" : {
"High-level functionality": [
"get_sequence",
"get_model_count",
"get_structure",
"set_structure",
"get_component",
"set_component",
"list_assemblies",
"get_assembly"

],
"CIF format" : [
"CIFFile",
"CIFBlock",
"CIFCategory",
"CIFColumn",
"CIFData"
],
"BinaryCIF format" : [
"BinaryCIFFile",
"BinaryCIFBlock",
"BinaryCIFCategory",
"BinaryCIFColumn",
"BinaryCIFData"
],
"BinaryCIF encodings" : [
"ByteArrayEncoding",
"FixedPointEncoding",
"IntervalQuantizationEncoding",
"RunLengthEncoding",
"DeltaEncoding",
"IntegerPackingEncoding",
"StringArrayEncoding",
"TypeCode"
]
}
}

0 comments on commit ee9d492

Please sign in to comment.