Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.16 KB

BedInfo.md

File metadata and controls

28 lines (23 loc) · 1.16 KB

BedInfo tool help

BedInfo (2024_08-113-g94a3b440)

Prints information about a (merged) BED file.

Optional parameters:
  -in <file>        Input BED file. If unset, reads from STDIN.
                    Default value: ''
  -out <file>       Output file. If unset, writes to STDOUT.
                    Default value: ''
  -nomerge          If set, the input is not merged before printing statistics.
                    Default value: 'false'
  -filename         If set, prints the input file name before each line.
                    Default value: 'false'
  -fai <file>       If set, checks that the maximum position for each chromosome is not exceeded.
                    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'.
  --settings [file] Settings override file (no other settings files are used).

BedInfo changelog

BedInfo 2024_08-113-g94a3b440

back to ngs-bits