Mercurial > repos > iuc > bedtools
comparison mergeBed.xml @ 15:ce2f9b4e4e7c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0d7fcf576fd797327af90538b216473ef13daa41
| author | iuc |
|---|---|
| date | Sat, 23 May 2015 22:48:56 -0400 |
| parents | 38516915ccaf |
| children | e30113df8cf6 |
comparison
equal
deleted
inserted
replaced
| 14:38516915ccaf | 15:ce2f9b4e4e7c |
|---|---|
| 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> | |
| 34 </inputs> | 32 </inputs> |
| 35 <outputs> | 33 <outputs> |
| 36 <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/> | 34 <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/> |
| 37 </outputs> | 35 </outputs> |
| 38 <tests> | 36 <tests> |
