Skip to content

Commit

Permalink
Switch to CFEIntact
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 8, 2024
1 parent 95ae330 commit e901f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4", git = "https://github.com/cfe-lab/HIVIntact"}
intactness-pipeline = {ref = "v1.18.4", git = "https://github.com/cfe-lab/CFEIntact"}

[dev-packages]
pytest = "*"
Expand Down
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.4
pip3 install git+https://github.com/cfe-lab/[email protected].4

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

0 comments on commit e901f0d

Please sign in to comment.