Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

To figure out whether a FASTQ file is in Sanger, Solexa or Illumina format, run

Code Block
get_fastq_format.pl <input_file>

which will output "sanger", "solexa", or "illumina", depending on the ASCII characters in the quality string.