You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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):
Works and tested:
str
, cannot be empty unless custom_data is given)Does not work
(this post is edited when traitlets are tested and confirmed to work / not work)
The text was updated successfully, but these errors were encountered: