Mercurial > repos > yufei-luo > s_mart
view SMART/galaxy/removeExonLines.xml @ 34:529e3e6a0954
Deleted selected files
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:35:27 -0400 |
parents | 0ab839023fe4 |
children |
line wrap: on
line source
<tool id="removeExonLines" name="remove exon lines"> <description>Removes the lines containing Exon.</description> <command interpreter="sh"> ../Java/Python/removeExonLines.sh $inputFile > $outputFile </command> <inputs> <param name="inputFile" type="data" label="Input File" format="gff3"/> </inputs> <outputs> <data format="gff3" name="outputFile" label="[removeExonLine] Output File"/> </outputs> <help> command example: sh removeExonLines.sh input.gff3 </help> </tool>