Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 879 Bytes

BedChunk.md

File metadata and controls

24 lines (18 loc) · 879 Bytes

BedChunk tool help

BedChunk (0.1-420-g3536bb0)

Splits all regions to chunks of an approximate desired size.

Mandatory parameters:
  -n <int>     The desired chunk size. Note: Not all chunks will have this size. Regions are split to chunks that are closest to the the desired size.

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

BedChunk changelog

BedChunk 0.1-420-g3536bb0

back to ngs-bits