-
Notifications
You must be signed in to change notification settings - Fork 1
FastQ parsing #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Hello, not really an issue, just some information regarding FastQ/Fasta parsing
FastQ parsing in Nim is implemented here https://github.com/andreas-wilm/nimreadfq, which uses Heng Li's superfast kseq. There are two slower alternatives (the above contains a benchmark):