comparison SMART/galaxy/getIntrons.xml @ 15:440ceca58672

Uploaded
author m-zytnicki
date Mon, 22 Apr 2013 11:08:07 -0400
parents 769e306b7933
children 94ab73e8a190
comparison
equal deleted inserted replaced
14:c79b9ae3f65f 15:440ceca58672
51 </inputs> 51 </inputs>
52 52
53 <outputs> 53 <outputs>
54 <data format="gff3" name="outputFileGff" label="[getIntrons -> gff3] Output File"/> 54 <data format="gff3" name="outputFileGff" label="[getIntrons -> gff3] Output File"/>
55 </outputs> 55 </outputs>
56 <tests>
57 <test>
58 <param name="FormatInputFileName" value="gtf" />
59 <param name="inputFileName" value="genes.gtf" />
60 <output name="outputFileGff" file="exp_getIntrons.gff3" />
61 </test>
62 </tests>
63
64 <help>
65 Provide all the introns of an annotation file.
66 </help>
67
56 </tool> 68 </tool>