Difference between revisions of "FeatureRename"
(→Example) |
|||
Line 7: | Line 7: | ||
==Description== | ==Description== | ||
− | The '''FeatureRename''' [[DataProcessing#Processing_modules|processing module]] processes [[DataModel#Feature|'''Features''']] and changes their name. Current version sets the name of the Feature to be the name of the Feature's [[DataModel#FeatureSource|'''FeatureSource''']] | + | The '''FeatureRename''' [[DataProcessing#Processing_modules|processing module]] processes [[DataModel#Feature|'''Features''']] and changes their name. Current version sets the name of the Feature to be the name of the Feature's [[DataModel#FeatureSource|'''FeatureSource''']] or its genomic location |
==Parameters== | ==Parameters== | ||
− | + | *source_name | |
+ | *location_name | ||
==Example== | ==Example== | ||
Line 18: | Line 19: | ||
<zenbu_script> | <zenbu_script> | ||
<stream_processing> | <stream_processing> | ||
− | <spstream module="FeatureRename"/> | + | <spstream module="FeatureRename"><source_name/></spstream> |
+ | </stream_processing> | ||
+ | </zenbu_script> | ||
+ | </pre> | ||
+ | or | ||
+ | <pre> | ||
+ | <zenbu_script> | ||
+ | <stream_processing> | ||
+ | <spstream module="FeatureRename"><location_name/></spstream> | ||
</stream_processing> | </stream_processing> | ||
</zenbu_script> | </zenbu_script> | ||
</pre> | </pre> |
Revision as of 18:13, 24 April 2016
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
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>