Mercurial > repos > yufei-luo > s_mart
diff SMART/galaxy/getIntrons.xml @ 15:440ceca58672
Uploaded
author | m-zytnicki |
---|---|
date | Mon, 22 Apr 2013 11:08:07 -0400 |
parents | 769e306b7933 |
children | 94ab73e8a190 |
line wrap: on
line diff
--- a/SMART/galaxy/getIntrons.xml Fri Apr 19 10:13:11 2013 -0400 +++ b/SMART/galaxy/getIntrons.xml Mon Apr 22 11:08:07 2013 -0400 @@ -53,4 +53,16 @@ <outputs> <data format="gff3" name="outputFileGff" label="[getIntrons -> gff3] Output File"/> </outputs> +<tests> + <test> + <param name="FormatInputFileName" value="gtf" /> + <param name="inputFileName" value="genes.gtf" /> + <output name="outputFileGff" file="exp_getIntrons.gff3" /> + </test> + </tests> + + <help> +Provide all the introns of an annotation file. + </help> + </tool>