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
Have just a single Molstar component which can read the protein data from different sources depending on what prop is passed.
Notes
This can be either handled on the R side (defer to the right React component depending on the prop passed), or JS side (a single component with a thin R wrapper).
We should take care to name the props properly, so it is clear to the user what they do.
The text was updated successfully, but these errors were encountered:
Goal
Have just a single
Molstar
component which can read the protein data from different sources depending on what prop is passed.Notes
The text was updated successfully, but these errors were encountered: