Mercurial > repos > yufei-luo > s_mart
annotate SMART/bacteriaRegulatoryRegion_Detection/strictlyIncludeGff.xml @ 18:94ab73e8a190
Uploaded
author | m-zytnicki |
---|---|
date | Mon, 29 Apr 2013 03:20:15 -0400 |
parents | |
children |
rev | line source |
---|---|
18 | 1 <tool id="strictlyIncludeGff" name="strictly include Gff"> |
2 <description>Prints the elements which are strictly included in the template.</description> | |
3 <command interpreter="perl"> strictlyIncludeGff.pl -i $inputFile -t $template > $outputFile | |
4 </command> | |
5 <inputs> | |
6 <param name="inputFile" type="data" label="Input File" format="gff"/> | |
7 <param name="template" type="data" label="template File" format="gff"/> | |
8 </inputs> | |
9 | |
10 <outputs> | |
11 <data format="gff3" name="outputFile" label="[strictlyIncludeGff] Output File"/> | |
12 </outputs> | |
13 | |
14 <help> | |
15 command example: perl strictlyIncludeGff.pl -i toSelect.gff3 -t template.gff -o result.gff3 | |
16 </help> | |
17 </tool> |