hello,
I have used these two commands to fix two separate DNA strands.
gmx trjconv -f file.xtc -s file.tpr -pbc cluster -o file-cluster.xtc
gmx trjconv -f file-cluster.xtc -s file.tpr -pbc mol -center -o file-cluster_center.xtc
and for further visualization i used file-cluster_center.xtc. is it correct?