Mercurial > repos > iuc > bedtools
diff mergeBed.xml @ 14:38516915ccaf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 936ca4b4641eae2bdfa93885f35f5a9263f9dae1-dirty
| author | iuc |
|---|---|
| date | Sat, 23 May 2015 08:47:25 -0400 |
| parents | 0d3aa592ce27 |
| children | ce2f9b4e4e7c |
line wrap: on
line diff
--- a/mergeBed.xml Thu May 21 22:48:31 2015 -0400 +++ b/mergeBed.xml Sat May 23 08:47:25 2015 -0400 @@ -28,7 +28,9 @@ label="Maximum distance between features allowed for features to be merged" help="That is, overlapping and/or book-ended features are merged. (-d)"/> <expand macro="print_header" /> - <expand macro="c_and_o_argument" /> + <expand macro="c_and_o_argument"> + <param name="col" type="data_column" data_ref="input" label="Specify the column(s) that should be summarized" help="(-c)" /> + </expand> </inputs> <outputs> <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/>
