diff options
author | Justin Bedo <cu@cua0.org> | 2024-03-19 16:03:38 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-03-20 16:01:18 +1100 |
commit | d814e4da1720f01725caa1e82a1ffff7a675720d (patch) | |
tree | 691f82d18b205cef8ec8212c1a9cb66d6de88d59 /package.yaml | |
parent | a837c5e2f2d41852313943a326e38c36487c64c3 (diff) |
fix sloppy fastq parsing
Previously chunked on @, which prevented it being used in
quality scores
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 033ece3..515b9ff 100644 --- a/package.yaml +++ b/package.yaml @@ -25,5 +25,6 @@ tests: main: test.hs dependencies: - QuickCheck + - temporary other-modules: - Data.FastQ |