Mercurial > repos > mir-bioinf > column_range_string_generator
view ColRangeGenerator/ColRangeGenerator.xml @ 0:358c9e0b9154 draft default tip
Initial upload
author | mir-bioinf |
---|---|
date | Fri, 24 Apr 2015 10:56:37 -0400 |
parents | |
children |
line wrap: on
line source
<tool id="ColRangeGenerator" name="Generate Column Range String"> <description>for cut or remove large ranges of columns</description> <command interpreter="perl">ColRangeGenerator.pl $cols $coldelim</command> <inputs> <param name="cols" type="text" size="10" value="C1-C100" label="Columns (range) WITHOUT SPACES PLEASE" help="Enter column range with hyphen, use default as format guide."/> </inputs> <outputs> <!--<data format="txt" name="coldelim" label="Columns"/>--> <data format="csv" name="coldelim" label="Columns"/> </outputs> <tests> <test> <param name="cols" value="C1:C17"/> <output name="coldelim" file="ColRangeGenerator_out.csv"/> </test> </tests> <help> 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.). </help> </tool>