FeatureRename
Jump to navigation
Jump to search
Data Stream Processing > Processing Modules > General manipulation Modules
Description
The FeatureRename processing module processes Features and changes their name. Current version sets the name of the Feature to be the name of the Feature's FeatureSource or its genomic location
Parameters
- <source_name/>
- <location_name/>
- <mdkey_format>some logic</mdkey_format> : combination of metadata keys and "quoted" text
Example
Simple script...
<zenbu_script> <stream_processing> <spstream module="FeatureRename"><source_name/></spstream> </stream_processing> </zenbu_script>
or
<zenbu_script> <stream_processing> <spstream module="FeatureRename"><location_name/></spstream> </stream_processing> </zenbu_script>