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>
|