pragmatic-streamlit / streamlit-molstar

42 stars 5 forks source link

Feat/add repr options for docking #17

Closed mapix closed 7 months ago

mapix commented 7 months ago
 st_molstar_docking(
        "examples/docking/2zy1_protein.pdb",
        "examples/docking/docking.2zy1.0.sdf",
        gt_ligand_file_path="examples/docking/2zy1_ligand.sdf",
        options={"defaultPolymerReprType": "cartoon"},
        key="5",
        height=360,
    )

screenshot-20240118-205125

mapix commented 7 months ago

streamlit-molstar>=0.4.21