comparison ColRangeGenerator/ColRangeGenerator.xml @ 0:358c9e0b9154 draft default tip

Initial upload
author mir-bioinf
date Fri, 24 Apr 2015 10:56:37 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:358c9e0b9154
1 <tool id="ColRangeGenerator" name="Generate Column Range String">
2 <description>for cut or remove large ranges of columns</description>
3 <command interpreter="perl">ColRangeGenerator.pl $cols $coldelim</command>
4 <inputs>
5 <param name="cols" type="text" size="10" value="C1-C100" label="Columns (range) WITHOUT SPACES PLEASE"
6 help="Enter column range with hyphen, use default as format guide."/>
7 </inputs>
8 <outputs>
9 <!--<data format="txt" name="coldelim" label="Columns"/>-->
10 <data format="csv" name="coldelim" label="Columns"/>
11 </outputs>
12 <tests>
13 <test>
14 <param name="cols" value="C1:C17"/>
15 <output name="coldelim" file="ColRangeGenerator_out.csv"/>
16 </test>
17 </tests>
18 <help>
19 Use this tool to generate a string that can be copied to the buffer then pasted into the Cut Column tool to save time (rather than needing to individually type out c1,c2,c3..... etc.).
20 </help>
21
22
23 </tool>