Skip to content

Commit

Permalink
Bump CFEIntact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 8, 2024
1 parent 3a0bf9d commit 2345afa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python-levenshtein = "==0.12.0"
pandas = "==2.0.2"
requests = "==2.31.0"
pyyaml = "*"
cfeintact = {ref = "v1.18.4", git = "https://github.com/cfe-lab/CFEIntact"}
cfeintact = {ref = "v1.18.7", git = "https://github.com/cfe-lab/CFEIntact"}

[dev-packages]
pytest = "*"
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ From: ubuntu:22.04
apt-get install -y ncbi-blast+

echo ===== Installing Python packages ===== >/dev/null
pip3 install git+https://github.com/cfe-lab/[email protected].4
pip3 install git+https://github.com/cfe-lab/[email protected].7

cd /opt/primer_finder
pip3 install .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'python-Levenshtein==0.12.0',
'pandas==2.0.2',
'requests==2.31.0',
'cfeintact @ git+https://github.com/cfe-lab/[email protected].4',
'cfeintact @ git+https://github.com/cfe-lab/[email protected].7',
'pyyaml'
],
package_data={
Expand Down

0 comments on commit 2345afa

Please sign in to comment.