38
|
1 <tool id="removeExonLines" name="remove exon lines">
|
|
2 <description>Removes the lines containing Exon.</description>
|
|
3 <requirements>
|
|
4 <requirement type="set_environment">PYTHONPATH</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="sh"> ../Java/Python/removeExonLines.sh $inputFile > $outputFile </command>
|
|
7 <inputs>
|
|
8 <param name="inputFile" type="data" label="Input File" format="gff3"/>
|
|
9 </inputs>
|
|
10
|
|
11 <outputs>
|
|
12 <data format="gff3" name="outputFile" label="[remove exon line] output file"/>
|
|
13 </outputs>
|
|
14
|
|
15 <help>
|
|
16 command example: sh removeExonLines.sh input.gff3
|
|
17 </help>
|
|
18 </tool>
|