We use Gblocks to filter the alignments in this line:
|
$cmd = $self->{'gblocks-bin'}." $out/$gene.aln -t=p -b4=4 -b5=h"; |
So we are keeping blocks of length at least 4 with at least half the positions being non-gaps (see
Gblocks documentation). This task can probably be performed by a simple script that we could include in the distribution.
Gblocks is quite dated and a dependency that users need to get and install themselves. Therefore, getting rid of this requirement would be nice.
We use
Gblocksto filter the alignments in this line:bcgTree/lib/bcgTree.pm
Line 227 in dceaf22
So we are keeping blocks of length at least 4 with at least half the positions being non-gaps (see Gblocks documentation). This task can probably be performed by a simple script that we could include in the distribution.
Gblocksis quite dated and a dependency that users need to get and install themselves. Therefore, getting rid of this requirement would be nice.