Skip to content

Commit

Permalink
Bump HIVIntact from cfe-1.2 to cfe-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 21, 2023
1 parent 0bca5be commit 6ad62bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 = "*"
intactness-pipeline = {ref = "cfe-1.2", git = "https://github.com/cfe-lab/HIVIntact"}
intactness-pipeline = {ref = "cfe-1.3", git = "https://github.com/cfe-lab/HIVIntact"}

[dev-packages]
pytest = "*"
Expand Down
8 changes: 4 additions & 4 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/HIVIntact@cfe-1.2
pip3 install git+https://github.com/cfe-lab/HIVIntact@cfe-1.3

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',
'intactness-pipeline @ git+https://github.com/cfe-lab/HIVIntact.git@cfe-1.2',
'intactness-pipeline @ git+https://github.com/cfe-lab/HIVIntact.git@cfe-1.3',
'pyyaml'
],
package_data={
Expand Down

0 comments on commit 6ad62bd

Please sign in to comment.