You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary goal of this will be to ensure that all sequences are the same length and to return any that aren't. It's not a trivial function to write though, because the biopython parsers will already raise errors if this condition is not met in an alignment format. We need to catch all of these errors and make sense of them.
The text was updated successfully, but these errors were encountered:
The primary goal of this will be to ensure that all sequences are the same length and to return any that aren't. It's not a trivial function to write though, because the biopython parsers will already raise errors if this condition is not met in an alignment format. We need to catch all of these errors and make sense of them.
The text was updated successfully, but these errors were encountered: