msmbuilder icon indicating copy to clipboard operation
msmbuilder copied to clipboard

:building_construction: Statistical models for biomolecular dynamics :building_construction:

Results 100 msmbuilder issues
Sort by recently updated
recently updated
newest added

**ds = dataset("traj-0000.h5", fmt='hdf5', mode='r')** Both my data and Jupyter Notebook are in the same folder, however I get an error which is as follows: **NoSuchNodeError: group ``/`` does not...

When importing msmbuilder (3.7.0), I came across an import error regarding scikit-learn (0.21.2). msmbuilder was unable to execute the command `from sklearn.grid_search import ParameterGrid` within `msmbuilder/utils/param_sweep.py`. `sklearn.grid_search` has been deprecated...

Hi, I need to extract the pairwise distances of carbon alpha atom in a trajectory. For this I have a small script. Here is the part of the script about...

Hi, I find that the function `sample_states()` in `io.sampling` is useful for sampling conformations from each of _N_ microstates in my MSM. Using the following code: `import mdtraj as md`...

Hi, I installed python 3.6.8 (Anaconda) and MSMBuilder on my Windows laptop (Windows10, 64-bit). When I went through the tutorial, I got stuck running featurize.py. I kept getting the following...

Hello everyone! I have a question about PCA in MSMbuilder (sklearn). It's there any way to find the contribution of each feature (residues, dihedral angles, and others ) to the...

I have the following error when I try hmm_model = VonMisesHMM(n_states = 2).fit(train) : msmbuilder/hmm/vonmises.pyx in msmbuilder.hmm.vonmises.VonMisesHMM.fit() msmbuilder/hmm/vonmises.pyx in msmbuilder.hmm.vonmises.VonMisesHMM._validate_sequences() NameError: name 'check_iter_of_sequences' is not defined