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

List of features and their status #5

Open
Jhsmit opened this issue Mar 11, 2024 · 0 comments
Open

List of features and their status #5

Jhsmit opened this issue Mar 11, 2024 · 0 comments

Comments

@Jhsmit
Copy link
Owner

Jhsmit commented Mar 11, 2024

The aim of this issue is to track which of the traitlets on PDBeMolstar are implemented and which are tested and confirmed to work.
For each traitlet we keep track of correct behaviour on initial load and triggering upon changing the value.

Untested (might work):

  • assembly_id (initial/trigger)
  • default_preset (initial/trigger)
  • ligand_view (initial/trigger)
  • alphafold_view (initial/trigger)
  • superposition (initial/trigger)
  • superposition_params (initial/trigger)
  • visual_style (initial/trigger)
  • hide_non_standard (initial/trigger)
  • hide_coarse (initial/trigger)
  • load_maps (initial/trigger)
  • map_settings (initial/trigger)
  • highlight_color (initial/trigger)
  • select_color (initial/trigger)
  • validation_annotation (initial/trigger)
  • domain_annotation (initial/trigger)
  • symmetry_annotation (initial/trigger)
  • pdbe_url (initial/trigger)
  • encoding (initial/trigger)
  • low_precision_coords (initial/trigger)
  • select_interaction (initial/trigger)
  • granularity (initial/trigger)
  • subscribe_events (initial/trigger)
  • hide_controls (initial/trigger)
  • hide_controls_icon (initial/trigger)
  • hide_expand_icon (initial/trigger)
  • hide_settings_icon (initial/trigger)
  • hide_selection_icon (initial/trigger)
  • hide_animation_icon (initial/trigger)
  • sequence_panel (initial/trigger)
  • pdbe_link (initial/trigger)
  • loading_overlay (initial/trigger)
  • expanded (initial/trigger)
  • landscape (initial/trigger)
  • _focus (initial/trigger)
  • _highlight (initial/trigger)
  • _clear_highlight (initial/trigger)
  • color_data (initial/trigger)
  • _clear_selection (initial/trigger)
  • _set_color (initial/trigger)
  • _reset (initial/trigger)
  • _update (initial/trigger)

Works and tested:

  • height (initial)
  • molecule_id (initial/trigger) (must be lower case str, cannot be empty unless custom_data is given)
  • custom_data (initial/trigger)
  • bg_color (initial/trigger)
  • spin (initial/trigger)
  • hide_polymer (initial/trigger)
  • hide_water (initial/trigger)
  • hide_heteroatoms (initial/trigger)
  • hide_carbs (initial/trigger)

Does not work

  • height (trigger); a new height can be set but a new render is needed
  • lighting (initial/trigger); not working in JS plugin plunkr example

(this post is edited when traitlets are tested and confirmed to work / not work)

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