Generic Function Create-Chunk-Filter (9 methods)
(
create-chunk-filter < input-filter > < aln-filters > < output-filter > < destructive > )
Combines an optional alignment input mapper, a list of alignment filters, and an optional output mapper into a single function.
Creates best combination based on which mappers and filters are present, and whether they are allowed to be destructive or not.
May return nil if alignments don't need to be processed at all.
Method Summary
create-chunk-filter < null > < null > < null > < t > |
create-chunk-filter < null > < null > < t > < t > |
create-chunk-filter < null > < t > < null > < t > |
create-chunk-filter < null > < t > < t > < t > |
create-chunk-filter :around < t > < cons > < t > < t > |
create-chunk-filter < t > < null > < null > < t > |
create-chunk-filter < t > < null > < t > < t > |
create-chunk-filter < t > < t > < null > < t > |
create-chunk-filter < t > < t > < t > < t > |