Represents alignment list filter (in a sense of UNIX filter).
Allows to perform any operation on alignment list (not only, like name suggests, filter elements from it) - for example it can modify segment contents, join or split alignments, etc.
Filter operation receives alignment list as a parameter and returns modified alignment list. Thanks to the fact that input and output has the same type filters can be connected together creating the operation pipeline.
@author Jarek Lipski (loomchild)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|