-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm trying to visualize a contact analysis from GetContacts (generated with get_dynamic_contacts.py) running get_contact_flare.py. When uploading the json file the residues in the plot are ordered by their residue number, which results in chains being mixed, even if the tracks field has a different order. For example, R149 from chain A is plotted side by side to R149 from chain B. I would like to plot all residues of one chain first, then the second chain and so on. Like the demo here. Even if I order all residues consecutively in the topology file, as long as I rename them with labels in get_contact_flare.py the chain grouping is lost (compare the 2 files I attach). Is there a workaround for that? I do not think this is the best behaviour.