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

revcomp bug? #18

Open
bernardo1963 opened this issue Sep 26, 2015 · 1 comment
Open

revcomp bug? #18

bernardo1963 opened this issue Sep 26, 2015 · 1 comment

Comments

@bernardo1963
Copy link

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

@lh3
Copy link
Owner

lh3 commented Sep 26, 2015

revcomp()/reverse() and quality trimming all change the input sequence in place. Agree that this is surprising...

ctSkennerton pushed a commit to ctSkennerton/bioawk that referenced this issue May 22, 2019
Improve error reporting messages
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

No branches or pull requests

2 participants