comparison SMART/galaxy/removeExonLines.xml @ 38:2c0c0a89fad7

Uploaded
author m-zytnicki
date Thu, 02 May 2013 09:56:47 -0400
parents
children
comparison
equal deleted inserted replaced
37:d22fadc825e3 38:2c0c0a89fad7
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>