Closed qasimpars closed 1 year ago
Hi !
Maybe it is because of the matplotlib version... I don't specify the version in the requirement so maybe your version is too recent.
Can you try to downgrade it with something like conda install matplotlib=3.1
(for example) ?
Hi,
I downgraded thematploblib-3.3.2
with 3.1.2
but it didn't solve the problem.
(base) alok@ar:/media/alok/seagate/18$ ttclust -f 1_water.dcd -t data.pdb ******************************************************** ****************** TTCLUST 4.10.1 ********************* ******************************************************** ======= TRAJECTORY READING ======= ====== Clustering ======== creating distance matrix ERROR : ALIGNEMENT selection string not valid >backbone >Selection list EMPTY
how to fix this error In my simulation there are 50 palladium atoms and 7000 H2O molecules (Total number of atoms 21050)
@Alok62877 By reading the documentation. Per default the selection is "backbone" which is stricly specific to proteins. You have to adapt the selection on what you want to cluster. As far as I understand you have free paladium and free water. TTClust was made for proteins, I don't think that it will work on your system. The calculation is based on the RMSD distance matrix, 1 descriptor per frame. Pairwise with other frame. you have "free" atoms moving around in your simulation box, I don't think it will make sense. Also small tip for github : open a new issue instead of commenting a issue with a different problem ;)
@qasimpars I'm sorry, I was really (and still am) busy, I close this issue for now since it is not possible to reproduce the error. Feel free to open it again I will try to help you.
Hi,
Do you know how I can fix the below error?
ttclust -f trajectory.xtc -t reference.pdb -sa none -cc 0.6 -sr all