pierrepo / grodecoder

GroDecoder extracts and identifies the molecular components of a structure file (PDB or GRO) issued from a molecular dynamics simulation.
https://grodecoder.streamlit.app/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

For the CG model, we identify and remive lipid at the same time we did for the ion and solvant #56

Closed KarinDuong closed 1 week ago

KarinDuong commented 3 weeks ago

Now it's only available for the CG model, for AA model we keep the last one (we identify lipid at the same time we did for the protein)

pierrepo commented 3 weeks ago

@KarinDuong could you instead create an independent count_remove_lipid() function that targets lipids only. This function will be called only at the CG resolution.

KarinDuong commented 2 weeks ago

Ok for merge

pierrepo commented 2 weeks ago

@KarinDuong I fixed the conflict, but the end of the function count_remove_lipid() does not look good. Could you please have a look?

KarinDuong commented 2 weeks ago

Seems good to me (get the good result)

pierrepo commented 1 week ago

@KarinDuong are we ready to merge?

KarinDuong commented 1 week ago

Ready for merge