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

Does not accept other characters aside from A, C, T, and G (DNA Sequence) #46

Open
kcjavier21 opened this issue Apr 7, 2023 · 2 comments

Comments

@kcjavier21
Copy link

kcjavier21 commented Apr 7, 2023

Hello! I tried to insert other characters/letters aside from A, C, T, and G, but it resulted to letter "N" in MSA.

If I want to align amino acid sequences instead of DNA sequences, is there a way to use other letters?

Thank you!

image

@yangao07
Copy link
Owner

yangao07 commented Apr 7, 2023

pyabpoa does accept aa sequence with parameter "is_aa=True",
refer to https://pypi.org/project/pyabpoa/ for more details.

@kcjavier21
Copy link
Author

Okay cool! But can I use other alpha numeric characters. We are planning to align opcode sequences that are converted to alphanumeric characters.

And adding the said parameter gave me this error.
image

This is the example1.png.dot. I guess it's because there's no assigned color in line 11 and 15.
image

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