4
|
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>
|