-
Notifications
You must be signed in to change notification settings - Fork 15
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
AssertionError due to insufficient margins #16
Comments
Hi Jakob! What happens here is that there is no or almost no space for the actual sequence. I did not think that would occur, but left the assert for catching possible edge cases. What would be a good solution for when this is happening? There is the option |
Actually, I realise now that I did not read your bug report properly. I will have another look. |
It would help me if you could share some sample data that triggers this error, because I can't replicate the bug as you report it. Finding other problems, however... |
I hate to break it to you, but I created a terminal alignment viewer myself in the meantime :) Check it out, it's pretty neat! |
This FASTA file breaks it on my computer:
|
At least I think. I have a large-ish alignment with some sequences having quite long names. Running
alv aln.fna
works, butalv aln.fna | less
results in:The text was updated successfully, but these errors were encountered: