We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa3a59 commit 4e6d87dCopy full SHA for 4e6d87d
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
[project]
7
name = "HogProf"
8
dynamic = ["entry-points"]
9
-version = "0.0.6"
+version = "0.0.7"
10
authors = [
11
{ name="Dave Moi", email="dmoi@unil.ch" },
12
]
@@ -33,6 +33,7 @@ dependencies = ["biopython",
33
"six",
34
"tables",
35
"urllib3",
36
+"tqdm"
37
38
description = "Phylogenetic Profiling with OMA and minhashing"
39
readme = "README.md"
0 commit comments