Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 797 Bytes

BedSubtract.md

File metadata and controls

24 lines (18 loc) · 797 Bytes

BedSubtract tool help

BedSubtract (0.1-222-g9be2128)

Subtracts the regions in one BED file from another.

Mandatory parameters:
  -in2 <file>  Input BED file which is subtracted from 'in'.

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: ''

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'.

BedSubtract changelog

BedSubtract 0.1-222-g9be2128

back to ngs-bits