Skip to content

Commit

Permalink
Fix macsyfinder version to 1.2.1
Browse files Browse the repository at this point in the history
A bug was introduced in latest macsyfinder versions.
Revert this change when the bug is solved.
  • Loading branch information
Alexandre-Herve committed Feb 22, 2024
1 parent 0a7e279 commit 16a98ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
macsyfinder@git+https://github.com/gem-pasteur/macsyfinder.git
macsyfinder==2.1.1
colorlog==6.3.0a1
click==8.0.3
pyhmmer
pyrodigal
pyrodigal
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read_req(req: str):


setup(name='mdmparis-defense-finder',
version='1.2.1',
version='1.2.2',
description="Defense Finder: allow for a systematic search of all known anti-phage systems.",
long_description=read_md('README.md'),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 16a98ba

Please sign in to comment.