You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a function under development to do this at #1085. You can try it by checking out my branch devel-9
If you have a development prody from github already then you can add my remote and fetch my branches and checkout this one as follows:
git remote add james https://github.com/jamesmkrieger/ProDy.git
git fetch james
git checkout devel-9
If you don't have any prody from github already then you can clone my remote and branch directly like this: git clone -b devel-9 https://github.com/jamesmkrieger/ProDy.git
In this case, you would then need to install this prody in the development way:
Hi users:
I want to display the full Kirchhoff matrix of a protein in GNM Prody
When using prody and asking for:
I only obtain a summary like this:
Does anyone have a suggestion?
Thanks in advance
German
The text was updated successfully, but these errors were encountered: