Skip to content

DNA_ALPHABET does not include IUPAC symbols #46

@ArtPoon

Description

@ArtPoon

DNA_ALPHABET = ['A', 'T', 'G', 'C', '-', '*']

This can cause problems because sequences with mixtures (e.g., N or R) will cause the program to exit!

OpenRDP/openrdp/__init__.py

Lines 315 to 316 in d5cb639

if not valid_alignment(aln) and not valid_chars(aln):
sys.exit(1)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions