Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/RomanNumeralize.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 81d5b81fb3c2 |
comparison
equal
deleted
inserted
replaced
3:4b610dc8f6ba | 4:4b32ed5d4a1b |
---|---|
1 <tool id="RomanNumeralize" name="Convert Arabic to Roman numerals" version="1.0.0"> | |
2 <description>on any file</description> | |
3 <command interpreter="sh">galaxyToolRunner.sh converters.RomanNumeralize -i $input -o $output</command> | |
4 <inputs> | |
5 <param name="input" type="data" label="Convert Arabic integer chromosome coordinates in" /> | |
6 </inputs> | |
7 <outputs> | |
8 <data name="output" format="input" /> | |
9 </outputs> | |
10 <tests> | |
11 <test> | |
12 <param name="input" value="romanNumeralize.input"/> | |
13 <output name="output" file="romanNumeralize.output"/> | |
14 </test> | |
15 </tests> | |
16 | |
17 <help> | |
18 .. class:: warningmark | |
19 | |
20 This tool will work for any genomic data with chromosomal coordinates of the form "chr5" by replacing them with "chrV" | |
21 </help> | |
22 </tool> |