StrandFilter
Jump to navigation
Jump to search
Data Stream Processing > Processing Modules > Filtering Modules
Description
The StrandFilter processing module is designed to perform simple strand pass-filtering. User specifies the strand they wish to pass through the filter.
Parameters
- <strand> : Features with strand matching the specified strand (ex: + or -)
Example
<zenbu_script> <stream_processing> <spstream module="StrandFilter"> <strand>+</strand> </spstream> </stream_processing> </zenbu_script>