Skip to content

Releases: rpetit3/fastq-scan

v1.0.1

30 Oct 03:05
Compare
Choose a tag to compare

Add support for very large fastqs

v1.0.0

10 Feb 04:06
4637021
Compare
Choose a tag to compare

Figured a proper v1.0.0 is needed, since its "production" ready!

  • Added -q to print just the qc_stats section
    • this is helpful for nanopore reads with >30k read lengths
  • Added GitHub Action test

v0.4.4

16 Jun 18:22
Compare
Choose a tag to compare

Empty STDIN no longer causes seg fault

Handling missing quality scores

25 Jun 20:41
Compare
Choose a tag to compare

If a read is missing quality scores, fastq-scan will output which read and exit.

See #4 for more details

Fix make test

17 Jan 15:30
701af2c
Compare
Choose a tag to compare

Added missing example.fq file

Allow genome size of 0

04 Dec 18:34
Compare
Choose a tag to compare

Added check to make sure genome size is >= 0
Added space to JSON output

Work with long reads

20 Aug 11:58
Compare
Choose a tag to compare

Increased the default value for MAX_READ_LENGTH to 50,000,000 so that it should work for all long reads as well. Previous default value was 50,000.

v0.3 release

16 Nov 14:27
02a333a
Compare
Choose a tag to compare

See 02a333a for the changes.

  • Added -p parameter to set ASCII offset for quality scores (no more guessing)
  • Set coverage to 0.00 in JSON output if genome size is not given
  • Added per read min and max average qualities to JSON output

Into the wild

18 Oct 19:05
Compare
Choose a tag to compare

Added documentation and switched to a unique name