crossing waters tool gives absurd number of crossings #119
-
Hi, I'm trying to analyse the number of waters crossing a membrane containing a water pore, in a 2 µs simulation from Gromacs. I'm using the crossing-waters tool. So I grouped the output by every 5 frames, which gives me the number of waters crossing the membrane per nano second. But I got absurd results. First I got that the rate of waters crossing was constant in the range of 10 to 40 crossings per ns, but I got the same values for my control membrane, which is absurd. So, I tried to process my trajectory in another way, but this time got results in the thousands crossings per ns. I thought I could be processing the output wrong, but the output has 496632 lines, so I'm pretty sure it's a problem oin centralizing the membrane or something related to the trajectory, as I can't even see waters crossing the membrane when visualizing the trajectory. I tried porcessing my trajectory by the following ways:
and generated my gro file for the crossing waters tool using the additionally I tried centralizing the gro file using I'm running the crossing-waters with the following comand:
I really need to finish these results until next monday. Any help will be appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When you look at your system in vmd or whatever, is the membrane centered? If not (and especially if the bilayer is centered at the periodic boundary) you'll get ridiculous results, because loos assumes you've pre-curated your data. I don't know much about the gromacs toolset, but both of those commands look like they'll center the whole system, which doesn't do you much good, since that doesn't place the membrane at z=0. I suggest you take a look at 2 wiki entries to help you. One deals with membrane simulations (https://github.com/GrossfieldLab/loos/wiki/Analyzing-membrane-simulations) and the other with gromacs (https://github.com/GrossfieldLab/loos/wiki/Preparing-to-analyze-a-gromacs-simulation). Taken together, the two would recommend you first generate a fake psf (gro files don't have connectivity, which
If you're working with gromacs's original xtc file, you might also need the Once that's done, rerun Hope this helps, Alan |
Beta Was this translation helpful? Give feedback.
When you look at your system in vmd or whatever, is the membrane centered? If not (and especially if the bilayer is centered at the periodic boundary) you'll get ridiculous results, because loos assumes you've pre-curated your data.
I don't know much about the gromacs toolset, but both of those commands look like they'll center the whole system, which doesn't do you much good, since that doesn't place the membrane at z=0.
I suggest you take a look at 2 wiki entries to help you. One deals with membrane simulations (https://github.com/GrossfieldLab/loos/wiki/Analyzing-membrane-simulations) and the other with gromacs (https://github.com/GrossfieldLab/loos/wiki/Preparing-to-analyze-a-gromacs-…