Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ferritin As MolViewSpec Renderer #18

Open
2 of 23 tasks
zachcp opened this issue Oct 30, 2024 · 0 comments
Open
2 of 23 tasks

Ferritin As MolViewSpec Renderer #18

zachcp opened this issue Oct 30, 2024 · 0 comments

Comments

@zachcp
Copy link
Owner

zachcp commented Oct 30, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant