Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 796 Bytes

BedToFasta.md

File metadata and controls

24 lines (18 loc) · 796 Bytes

BedToFasta tool help

BedToFasta (0.1-420-g3536bb0)

Converts a BED file to a FASTA file.

Mandatory parameters:
  -in <file>   Input BED file.

Optional parameters:
  -out <file>  Output FASTA file. If unset, writes to STDOUT.
               Default value: ''
  -ref <file>  Reference genome FASTA file. If unset 'reference_genome' from the 'settings.ini' file is used.
               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'.

BedToFasta changelog

BedToFasta 0.1-420-g3536bb0

back to ngs-bits