59
|
1 <tool id="removeExonLines" name="remove exon lines">
|
|
2 <description>Removes the introns of the transcript files.</description>
|
|
3 <requirements>
|
|
4 <requirement type="set_environment">PYTHONPATH</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="python"> ../Java/Python/RemoveExons.py -i $inputFile -f gff3 -o $outputFile </command>
|
|
7 <inputs>
|
|
8 <param name="inputFile" format="gff3" type="data" label="Input File"/>
|
|
9 </inputs>
|
|
10
|
|
11 <outputs>
|
|
12 <data format="gff3" name="outputFile" label="[remove introns] output file"/>
|
|
13 </outputs>
|
|
14
|
|
15 <help>
|
|
16 Simply remove the introns of the input file, thus getting the unmatured transcript.
|
|
17 </help>
|
|
18 </tool>
|