pseutils
PSEutils
Conversion of python session files to Molviewspec.
Convert PSE
# build the binary and test
cargo build --release
./target/release/pseutils --psefile tests/data/example.pse --outputdir binary_test
# outputs a complete directory
> tree binary_test
binary_test
├── index.html
├── molstar.css
├── molstar.js
├── pdb
│ └── 1pdb.pdb
├── pdb_contents.txt
└── state.mvsj
Docs and Links
PSEUtils:
- High Level Rust Docs
- PSE Rust Parser
- MVSJ Nodes
Related:
- Pymol-Open-source
- mol-view-spec
- molstar
- molstar-quarto. Used to embed the MVSJ widgets in the page.