Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 932 Bytes

BedMerge.md

File metadata and controls

25 lines (20 loc) · 932 Bytes

BedMerge tool help

BedMerge (0.1-222-g9be2128)

Merges overlapping regions in a BED file.

Optional parameters:
  -in <file>    Input BED file. If unset, reads from STDIN.
                Default value: ''
  -out <file>   Output BED file. If unset, writes to STDOUT.
                Default value: ''
  -keep_b2b     Do not merge non-overlapping but adjacent (back-to-back) regions.
                Default value: 'false'
  -merge_names  Merge name columns instead of removing all annotations.
                Default value: 'false'

Special parameters:
  --help        Shows this help and exits.
  --version     Prints version and exits.
  --changelog   Prints changeloge and exits.
  --tdx         Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.

BedMerge changelog

BedMerge 0.1-222-g9be2128

back to ngs-bits