We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e38757c + 6194ba3 commit 71797d5Copy full SHA for 71797d5
genedom/biotools.py
@@ -11,6 +11,8 @@
11
try:
12
# Biopython <1.78
13
from Bio.Alphabet import DNAAlphabet
14
+
15
+ has_dna_alphabet = True
16
except ImportError:
17
# Biopython >=1.78
18
has_dna_alphabet = False
genedom/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.9"
+__version__ = "0.1.10"
0 commit comments