comparison groupbyBed.xml @ 26:95a3b2c25bd1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
author iuc
date Thu, 26 Apr 2018 17:02:46 -0400
parents 7308cc546a36
children 4f7a5ccd2ae9
comparison
equal deleted inserted replaced
25:e36671a0f646 26:95a3b2c25bd1
14 -o $operation 14 -o $operation
15 > "${output}" 15 > "${output}"
16 ]]> 16 ]]>
17 </command> 17 </command>
18 <inputs> 18 <inputs>
19 <param format="bed" name="inputA" type="data" label="BED file"/> 19 <param format="@STD_BEDTOOLS_INPUTS@" name="inputA" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/>
20 <expand macro="choose_columns" /> 20 <expand macro="choose_columns" />
21 <param name="group" type="text" value="1,2,3" 21 <param name="group" type="text" value="1,2,3"
22 label="Specifies which column(s) (1-based) should be used to group the input" 22 label="Specifies which column(s) (1-based) should be used to group the input"
23 help="Columns may be comma-separated with each column must be explicitly listed. Or, ranges (e.g. 1-4) are also allowed. (-g)"> 23 help="Columns may be comma-separated with each column must be explicitly listed. Or, ranges (e.g. 1-4) are also allowed. (-g)">
24 <sanitizer invalid_char=""> 24 <sanitizer invalid_char="">