Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 769 Bytes

FastqFormat.md

File metadata and controls

24 lines (18 loc) · 769 Bytes

FastqFormat tool help

FastqFormat (0.1-420-g3536bb0)

Determines the FastQ quality encoding format.

Mandatory parameters:
  -in <file>   Input FASTQ file (gzipped or plain).

Optional parameters:
  -out <file>  Output text file. If unset, writes to STDOUT.
               Default value: ''
  -reads <int> The number of reads to parse.
               Default value: '10000'

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

FastqFormat changelog

FastqFormat 0.1-420-g3536bb0

back to ngs-bits