A Molecular Systems MultiToolkit designed to simplify work with molecular models and simulations.
Install it#
conda install -c uibcdf molsysmt
Use it#
import molsysmt as msm
molecular_system = msm.convert('1BRS', selection='molecule_type=="protein"')
msm.info(molecular_system, element='molecule')
| index | name | type | n atoms | n groups | n components | chain index | entity index | entity name |
|---|---|---|---|---|---|---|---|---|
| 0 | BARNASE | protein | 864 | 108 | 1 | 0 | 0 | BARNASE |
| 1 | BARNASE | protein | 878 | 110 | 1 | 1 | 0 | BARNASE |
| 2 | BARNASE | protein | 839 | 108 | 1 | 2 | 0 | BARNASE |
| 3 | BARSTAR | protein | 693 | 87 | 2 | 3 | 1 | BARSTAR |
| 4 | BARSTAR | protein | 665 | 86 | 2 | 4 | 1 | BARSTAR |
| 5 | BARSTAR | protein | 699 | 89 | 1 | 5 | 1 | BARSTAR |
msm.view(molecular_system, selection='molecule_index==0')
Citation#
Citing the Zenodo DOI of MolSysMT in addition to the scientific paper is a way to ensure that others can reproduce your results, as they will know exactly which version of the software you used.
The paper is coming soon… [BibTeX]
Diego Prada-Gracia & Liliana M. Moreno-Vargas. (2023). uibcdf/MolSysMT: 0.21.0. Zenodo. https://doi.org/10.5281/zenodo.8092688 [BibTeX]