On Mon, Jul 5, 2021 at 2:06 PM Yeng-Tseng Wang <c00jsw00.gmail.com> wrote:
> cluster data D1 clusters 10 epsilon 4.0 summary summaryd.dat info
> infod.dat
> cluster data rmsd clusters 10 epsilon 0.5 summary summaryr.dat info
> infor.dat
If you want to cluster on both sets "D1" *and* "rmsd", you can just
put them in a comma-separated list, e.g.:
cluster data D1,rmsd ...
This will use both data sets in a simple Euclidean way. See the
'cluster' entry in the Cpptraj/AmberTools manual (or type 'help
cluster' in an interactive cpptraj session) for full syntax. Hope this
helps,