We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404e160 + 80cf345 commit beb29efCopy full SHA for beb29ef
2 files changed
README.md
@@ -87,6 +87,10 @@ $ chakin feature load_fasta \
87
88
## History
89
90
+- 2.3.4
91
+ - Now requires biopython >=1.78
92
+ - Fixes biopython sequence usage in recent biopython
93
+
94
- 2.3.3
95
- Now requires python >= 3.6
96
- Better error reporting for blast loader
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="chado",
9
- version='2.3.3',
+ version='2.3.4',
10
description="Chado library",
11
author="Anthony Bretaudeau",
12
author_email="anthony.bretaudeau@inrae.fr",
0 commit comments