Replies: 1 comment
-
Hi @nachotu , Have you had a look at the quickstart tutorial? import MDAnalysis as mda
import prolif as plf
# load trajectory
u = mda.Universe(plf.datafiles.TOP, plf.datafiles.TRAJ)
# create selections for the ligand and protein
lig = u.atoms.select_atoms("resname LIG")
prot = u.atoms.select_atoms("protein") just replace MDAnalysis (which is used for reading the inputs) supports a wide range of formats including those from Gromacs so it should work out of the box. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'd like to use ProLIF to make a protein-ligand fingerprint from a gromacs MD simulation. Someone could help me?
Thank you all!
Beta Was this translation helpful? Give feedback.
All reactions