summaryrefslogtreecommitdiff
path: root/dedumi.hs
AgeCommit message (Collapse)Author
2024-05-14bugfix: avoid case sensitivityHEADmasterJustin Bedo
MacOS does not use a case sensitive file system, hence dedumi.hs and Dedumi.hs collided.
2024-03-20add benchmarkingJustin Bedo
2023-11-07allow configuration via argvJustin Bedo
2023-08-18add tests and bugfix for small BGZip filesJustin Bedo
2023-08-16remove lazy bytestringsJustin Bedo
2023-08-16increase filter sizeJustin Bedo
2023-08-09hash part of the sequence to add localityJustin Bedo
2023-08-03tidy codeJustin Bedo
2023-08-03tidy, more fusion, handle different read headersJustin Bedo
2023-08-02first full implementationJustin Bedo
2023-08-02initial fastq streamingJustin Bedo