Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 788 Bytes

BedSort.md

File metadata and controls

23 lines (18 loc) · 788 Bytes

BedSort tool help

BedSort (0.1-420-g3536bb0)

Sort the 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: ''
  -uniq        If set, subsequent duplicate entries are removed after sorting.
               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'.

BedSort changelog

BedSort 0.1-420-g3536bb0

back to ngs-bits