Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 784 Bytes

FastqList.md

File metadata and controls

23 lines (17 loc) · 784 Bytes

FastqList tool help

FastqList (2024_08-113-g94a3b440)

List read IDs and base count.

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

Optional parameters:
  -out <file>       Output TSV 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'.
  --settings [file] Settings override file (no other settings files are used).

FastqList changelog

FastqList 2024_08-113-g94a3b440

back to ngs-bits