Closed wrmartin closed 6 years ago
tpr/xtc loading is definitely supported since we just use MDAnalysis to load the trajectory. Try to specify the following selections: selection1: segid seg_0_Protein_chain_U selection2: segid seg_1_Protein_chain_R
If you want to find out the segids in your system, open an IPython shell and execute:
import MDAnalysis as mda
u = mda.Universe("your_tpr_file.tpr")
print(u.segments)
Please let me know if you have further issues.
Ah! Ok, so it wasn't the file that was bad, it was the identification of segments. Thank you.
This looks like a great tool. I noticed the example data supplied has a tpr/xtc set, but they will not load. Is there a plan for support in the future?