Skip to content

Commit

Permalink
remove test dependency on family size (#20)
Browse files Browse the repository at this point in the history
* Update test_html.py
  • Loading branch information
rvhonorato committed Sep 26, 2022
1 parent 188211d commit 024d47d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ cazy-parser GH -f 43 -s 1
[2022-05-26 16:39:21,511 92 INFO]
[2022-05-26 16:39:21,511 93 INFO] ┌─┐┌─┐┌─┐┬ ┬ ┌─┐┌─┐┬─┐┌─┐┌─┐┬─┐
[2022-05-26 16:39:21,511 94 INFO] │ ├─┤┌─┘└┬┘───├─┘├─┤├┬┘└─┐├┤ ├┬┘
[2022-05-26 16:39:21,511 95 INFO] └─┘┴ ┴└─┘ ┴ ┴ ┴ ┴┴└─└─┘└─┘┴└─ v2.0.0
[2022-05-26 16:39:21,511 95 INFO] └─┘┴ ┴└─┘ ┴ ┴ ┴ ┴┴└─└─┘└─┘┴└─ v2.0.1
[2022-05-26 16:39:21,511 96 INFO]
[2022-05-26 16:39:21,511 97 INFO] ------------------------------------------
[2022-05-26 16:39:21,511 183 INFO] Fetching links for Glycoside-Hydrolases, url: http://www.cazy.org/Glycoside-Hydrolases.html
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="cazy-parser",
version="2.0.0",
version="2.0.1",
description="A way to extract specific information from CAZy",
long_description=long_description,
url="https://github.com/rodrigovrgs/cazy-parser",
Expand Down
2 changes: 1 addition & 1 deletion src/cazy_parser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.0"
VERSION = "2.0.1"
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ def test_retrieve_genbank_ids():
)

assert observed_id_list
assert len(observed_id_list) == 1163
assert len(observed_id_list) >= 1223

0 comments on commit 024d47d

Please sign in to comment.