Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Improvements in parser #71

Merged
merged 8 commits into from
Aug 12, 2024
Merged

Draft: Improvements in parser #71

merged 8 commits into from
Aug 12, 2024

Conversation

OndrejSladky
Copy link
Owner

@OndrejSladky OndrejSladky commented Aug 11, 2024

Parser now uses kseq.h plus utilizes additional optimizations on the level of sequence parser, which brings:

  • Faster parsing
  • General support for gzipped files
  • Support for inputting from stdin.

@OndrejSladky OndrejSladky linked an issue Aug 11, 2024 that may be closed by this pull request
@OndrejSladky OndrejSladky linked an issue Aug 11, 2024 that may be closed by this pull request
@OndrejSladky OndrejSladky merged commit 21c262f into main Aug 12, 2024
3 checks passed
@OndrejSladky OndrejSladky deleted the parser-improvements branch August 12, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add general support for parsing .gz files The program cannot read from stdin
1 participant