summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysbugfix: avoid case sensitivityHEADmasterJustin Bedo
MacOS does not use a case sensitive file system, hence dedumi.hs and Dedumi.hs collided.
2024-04-18add licenceJustin Bedo
2024-03-28update gitignoreJustin Bedo
2024-03-27cleanupJustin Bedo
2024-03-20add benchmarkingJustin Bedo
2024-03-20add gitignoreJustin Bedo
2024-03-20fix sloppy fastq parsingJustin Bedo
Previously chunked on @, which prevented it being used in quality scores
2023-11-07allow configuration via argvJustin Bedo
2023-08-18add tests and bugfix for small BGZip filesJustin Bedo
2023-08-16switch to streaming-commons and handle BGZipJustin Bedo
2023-08-16remove lazy bytestringsJustin Bedo
2023-08-16increase filter sizeJustin Bedo
2023-08-16switch zlib bindingsJustin Bedo
This resolves a memory leak during unparsing. Speed is faster now overall too. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # modified: Data/FastQ.hs # modified: package.yaml #
2023-08-16bugfix: correctly seed filepathJustin Bedo
2023-08-09hash part of the sequence to add localityJustin Bedo
2023-08-04prefer speed to compressionJustin Bedo
2023-08-03switch to cloudflare zlibJustin Bedo
2023-08-03tidy codeJustin Bedo
2023-08-03add legacy build supportJustin Bedo
2023-08-03tidy, more fusion, handle different read headersJustin Bedo
2023-08-02first full implementationJustin Bedo
2023-08-02initial fastq streamingJustin Bedo