Releases: rpetit3/fastq-scan
Releases · rpetit3/fastq-scan
v1.0.1
v1.0.0
v0.4.4
Handling missing quality scores
If a read is missing quality scores, fastq-scan will output which read and exit.
See #4 for more details
Fix make test
Added missing example.fq file
Allow genome size of 0
Added check to make sure genome size is >= 0
Added space to JSON output
Work with long reads
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
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
Added documentation and switched to a unique name