-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
We use Gblocks to filter the alignments in this line:
Line 227 in dceaf22
| $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.