Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 712 Bytes

BedpeToBed.md

File metadata and controls

24 lines (18 loc) · 712 Bytes

BedpeToBed tool help

BedpeToBed (2020_03-184-g27235379)

Converts a BEDPE file into BED file.

Mandatory parameters:
  -in <file>   Input BEDPE file.
  -out <file>  Output BED file.

Optional parameters:
  -merge       Merge the resulting BED file.
               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'.

BedpeToBed changelog

BedpeToBed 2020_03-184-g27235379

2020-04-27 Initial commit.

back to ngs-bits