Skip to content

Ferritin As MolViewSpec Renderer #18

@zachcp

Description

@zachcp

MVS Schema

To consume MVS we would need to implement some or all of the below. See spec schema here.

  • Download
  • Parse
    • PDB/mmCIf via pdbtbx
    • bcif
  • Structure
    • [ x] "model"
    • "assembly"
    • "symmetry"
    • "symmetry_mates"
  • Transform
  • Component
    • High Level: ("all" | "polymer" | "protein" | "nucleic" | "branched" | "ligand" | "ion" | "water") |
    • Partial<{ label_entity_id: string,
      label_asym_id: string,
      auth_asym_id: string,
      label_seq_id: Integer,
      auth_seq_id: Integer,
      pdbx_PDB_ins_code: string,
      beg_label_seq_id: Integer,
      end_label_seq_id: Integer,
      beg_auth_seq_id: Integer,
      end_auth_seq_id: Integer,
      label_atom_id: string,
      auth_atom_id: string,
      type_symbol: string,
      atom_id: Integer,
      atom_index: Integer }> |
    • Array<Partial<>>
  • Representation
    • "ball_and_stick"
    • "cartoon"
    • "surface"
  • Color
    • Hex Color | NamedColor
    • Selector ( same as component above )
  • Focus
  • Camera
  • Canvas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions