comparison SMART/galaxy/removeExonLines.xml @ 59:2a4884ba3e5c

Uploaded
author m-zytnicki
date Mon, 10 Feb 2014 03:39:09 -0500
parents
children
comparison
equal deleted inserted replaced
58:5f5c9b74c2dd 59:2a4884ba3e5c
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>