Skip to content

FastQ parsing #3

Description

@andreas-wilm

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):

  1. Heng Li implemented Nim native FastQ parsing called FastX Reader (see https://github.com/lh3/klib.nim/blob/master/klib.nim)
  2. Then there is Jonathan Badger's Nimbioseq https://github.com/jhbadger/nimbioseq which also contains a FastQ parser. Note that this contains a number of other useful methods, you might want to consider including.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions