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.
1 parent 0824729 commit 9410dfbCopy full SHA for 9410dfb
README.md
@@ -87,6 +87,9 @@ $ chakin feature load_fasta \
87
88
## History
89
90
+- 2.2.1
91
+ - Minor release to fix broken package at pypi, no code change
92
+
93
- 2.2.0
94
- Added feature.load_go() to load GO annotation (blast2go results)
95
- Added feature.get_feature_analyses() to fetch the analyses associated with a feature
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="chado",
9
- version='2.2.0',
+ version='2.2.1',
10
description="Chado library",
11
author="Anthony Bretaudeau",
12
author_email="[email protected]",
0 commit comments