Hi,
I have a trajectory file which is 100 GB. I have run simulation for 25ns. Now I want to analyse the structure with the app which I have build. I want to split this file in 25 pieces(for each 1ns). I used command "gmx trjconv -f traj.trr -s next25.tpr -o protein.pdb -split 500" but it gives error "segmentation fault,core dumped. I think this is due to memory limit,is it right?
Is there any other way to split this file?
When I try to convert it to pdb everything works fine and it creates 200 GB pdb file. I think, this is because my velocity coordinates also present in trajectory, is there a way to get rid of them during convertation to pdb file?
Thanks in advance.