No project description provided
Project description
streamlit-molstar
Mol* (/'molstar/) is a modern web-based open-source toolkit for visualisation and analysis of large-scale molecular data.
Install
pip install streamlit-molstar
Usage
import streamlit as st
from streamlit_molstar import st_molstar, st_molstar_rcsb, st_molstar_remote
st_molstar_rcsb('1LOL', key='xx')
st_molstar_remote("https://files.rcsb.org/view/1LOL.cif", key='sds')
st_molstar('examples/complex.pdb',key='3')
st_molstar('examples/complex.pdb', 'examples/complex.xtc', key='4')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.