Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 941 Bytes

FastqConvert.md

File metadata and controls

24 lines (18 loc) · 941 Bytes

FastqConvert tool help

FastqConvert (2020_03-159-g5c8b2e82)

Converts the quality scores from Illumina 1.5 offset to Sanger/Illumina 1.8 offset.

Mandatory parameters:
  -in <file>               Input gzipped FASTQ file.
  -out <file>              Output gzipped FASTQ file.

Optional parameters:
  -compression_level <int> Output FASTQ compression level from 1 (fastest) to 9 (best compression).
                           Default value: '1'

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

FastqConvert changelog

FastqConvert 2020_03-159-g5c8b2e82

2020-07-15 Added 'compression_level' parameter.

back to ngs-bits