marrink-lab / vermouth-martinize

Describe and apply transformation on molecular structures and topologies
Apache License 2.0
95 stars 43 forks source link

Go Virtual Sites in incorrect order #519

Closed fgrunewald closed 1 year ago

fgrunewald commented 1 year ago

It appears the sorting of particles taking place at the end of the martinize2 pipline messes with the Go virtual site script because the VS get sorted to the specific residues. What we should do is implement the full Go pipline into martinize2. As a quick-fix we can add an if wrapper around the sorting statement.

pckroon commented 1 year ago

Is this a duplicate of #518? Or just related misery?

I'm OK with either a) implement Go properly; b) Quick-fix as you suggest; c) remove everything Go related until someone implements option a.

fgrunewald commented 1 year ago

not quite the same but related, you cannot fix one without the other. Let's try option b) and on Thursday I can see if I can find someone to do this properly

fgrunewald commented 1 year ago

the issue should be solved now