Mercurial > repos > iuc > bedtools
comparison mergeBed.xml @ 3:2cd7e321d259 draft
Uploaded
author | iuc |
---|---|
date | Wed, 27 May 2015 12:54:35 -0400 |
parents | 457b09031d57 |
children | 607c0576c6ab |
comparison
equal
deleted
inserted
replaced
2:457b09031d57 | 3:2cd7e321d259 |
---|---|
26 </param> | 26 </param> |
27 <param name="distance" type="integer" value="0" | 27 <param name="distance" type="integer" value="0" |
28 label="Maximum distance between features allowed for features to be merged" | 28 label="Maximum distance between features allowed for features to be merged" |
29 help="That is, overlapping and/or book-ended features are merged. (-d)"/> | 29 help="That is, overlapping and/or book-ended features are merged. (-d)"/> |
30 <expand macro="print_header" /> | 30 <expand macro="print_header" /> |
31 <expand macro="c_and_o_argument" /> | 31 <expand macro="c_and_o_argument"> |
32 <param name="col" type="data_column" data_ref="input" label="Specify the column(s) that should be summarized" help="(-c)" /> | |
33 </expand> | |
32 </inputs> | 34 </inputs> |
33 <outputs> | 35 <outputs> |
34 <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/> | 36 <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/> |
35 </outputs> | 37 </outputs> |
36 <tests> | 38 <tests> |