Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 796 Bytes

File metadata and controls

23 lines (17 loc) · 796 Bytes

FastqToFasta tool help

FastqToFasta (2024_08-113-g94a3b440)

Converts a FASTQ file to FASTA format.

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

Optional parameters:
  -out <file>       Output FASTA 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).

FastqToFasta changelog

FastqToFasta 2024_08-113-g94a3b440

back to ngs-bits