dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
144 stars 49 forks source link

Validate Alignment Sequences Aren't Too Large #14

Closed evolvedmicrobe closed 8 years ago

evolvedmicrobe commented 8 years ago

No one should try to align sequences of size M and N where M x N > Int32.MaxValue. However, it could happen and it leads to overflows and strange message. This commit: