comparison changeCase.xml @ 2:56c90926c8ef draft

planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author devteam
date Tue, 21 Jul 2015 14:15:36 -0400
parents 3970d288ee1f
children ecf91530d461
comparison
equal deleted inserted replaced
1:3970d288ee1f 2:56c90926c8ef
1 <tool id="ChangeCase" name="Change Case"> 1 <tool id="ChangeCase" name="Change Case" version="1.0.0">
2 <description> of selected columns</description> 2 <description> of selected columns</description>
3 <stdio> 3 <stdio>
4 <exit_code range="1:" err_level="fatal" /> 4 <exit_code range="1:" err_level="fatal" />
5 </stdio> 5 </stdio>
6 <command interpreter="perl">changeCase.pl "${input}" "${cols}" "${delimiter}" "${casing}" "${out_file1}"</command> 6 <command interpreter="perl">changeCase.pl "${input}" "${cols}" "${delimiter}" "${casing}" "${out_file1}"</command>