diff --git a/docs/content/tools/merge.rst b/docs/content/tools/merge.rst index c8c17a4a3afdc5510eadea2f10eb387d416ebc76..1d6a0fe4fd75d604f588a525c3fd4afc44b003d1 100755 --- a/docs/content/tools/merge.rst +++ b/docs/content/tools/merge.rst @@ -46,11 +46,13 @@ Option Description **-n** Report the number of BED entries that were merged. *1 is reported if no merging occurred*. **-d** Maximum distance between features allowed for features to be merged. *Default is 0. That is, overlapping and/or book-ended features are merged*. **-nms** Report the names of the merged features separated by commas. Change delimiter with ``-delim`` -**-scores** | Report the scores of the merged features. Specify one of - | the following options for reporting scores: - | sum, min, max, - | mean, median, mode, antimode, - | collapse (i.e., print a semicolon-separated list) + +**-scores** | Report the scores of the merged features. + | Specify one of the following options for reporting scores: + | ``sum``, ``min``, ``max``, + | ``mean``, ``median``, ``mode``, ``antimode``, + | ``collapse`` (i.e., print a semicolon-separated list) + **-delim** | Specify a custom delimiter for the -nms and -scores concat options | Example: ``-delim "|"`` | ``Default: ","``