Hi there,
The -compareset option has been developed to compute the sum-of-pairs score, which we called consistency, among two or more alignments and, therefore, 1) select the most consistent alignment and/or 2) trim those columns with a consistency score lower than a given threshold. We also implemented the option of choosing an specific alignment (-forceselect) as the most consistent one, compute the consistency score using other alignments and trim it.
To use all this functionality, you have to provide a file which contains the path of those alignments you want to be compared. Let say you want to compare <alig_1>, <alig_2> and <alig_3> then the input file (paths-file) should like this:
<absolute or relative path to alig_1>
<absolute or relative path to alig_2>
<absolute or relative path to alig_3>
I hope it helps.
S
PS: We are working on an improved version of trimAl manual & documentation which we expect to release by the end of this year/beginning of 2015.