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 bc92ee2 commit 35dbf24Copy full SHA for 35dbf24
HISTORY.md
@@ -1,5 +1,8 @@
1
# History
2
3
+# 2.2.2 (2024-10-03)
4
+- Fix for handling ENA urls for paired end data
5
+
6
# 2.2.1 (2024-08-21)
7
- Fix for handling ENA urls
8
- Migrated to pyproject.toml
pysradb/__init__.py
@@ -3,7 +3,7 @@
__author__ = """Saket Choudhary"""
__email__ = "saketkc@gmail.com"
-__version__ = "2.2.1"
+__version__ = "2.2.2"
from .filter_attrs import expand_sample_attribute_columns
9
from .geodb import GEOdb
0 commit comments