comparison SMART/bacteriaRegulatoryRegion_Detection/strictlyIncludeGff.xml @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
comparison
equal deleted inserted replaced
30:5677346472b5 31:0ab839023fe4
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>