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

updated kseq.h to bring in empty line bug fix from klib/37b020f9db #9

Merged
merged 1 commit into from
Apr 17, 2013

Conversation

vsbuffalo
Copy link
Contributor

This solves the issue with bioawk that I opened yesterday:

$ echo ">a\\nATAGA\\n\\n>b\\nAGATTAG\\n>c\\nAGATAG" | ./awk -cfastx '{print $name}'
a
b
c

Note that I removed -ansi from the Makefile so kseq.h would compile.

…lso removed ansi flag in Makefile so kseq.h would compile
lh3 added a commit that referenced this pull request Apr 17, 2013
updated kseq.h to bring in empty line bug fix from klib/37b020f9db
@lh3 lh3 merged commit 96d7ce3 into lh3:master Apr 17, 2013
@vsbuffalo vsbuffalo deleted the update-kseq branch April 17, 2013 00:48
ctSkennerton pushed a commit to ctSkennerton/bioawk that referenced this pull request May 22, 2019
makefile fixes: allow parallel make and work with pmake
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.

None yet

2 participants