We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, May be I am missing something. But below seemed weird to me:
bioawk 'BEGIN{a="TTTT" ; print a , revcomp(a) }' TTTT AAAA
bioawk 'BEGIN{a="TTTT" ; b=revcomp(a); print a,b }' AAAA AAAA
I am using a Dell PE2900 server, running CentOS 6.
Bernardo
The text was updated successfully, but these errors were encountered:
revcomp()/reverse() and quality trimming all change the input sequence in place. Agree that this is surprising...
Sorry, something went wrong.
Merge pull request lh3#18 from melloc/error-reporting
294f4c0
Improve error reporting messages
No branches or pull requests
Hi,
May be I am missing something. But below seemed weird to me:
bioawk 'BEGIN{a="TTTT" ; print a , revcomp(a) }'
TTTT AAAA
bioawk 'BEGIN{a="TTTT" ; b=revcomp(a); print a,b }'
AAAA AAAA
I am using a Dell PE2900 server, running CentOS 6.
Bernardo
The text was updated successfully, but these errors were encountered: