Skip to content

Commit

Permalink
Revert "Use installed micall for make_blast_db"
Browse files Browse the repository at this point in the history
This reverts commit 972e89c.
  • Loading branch information
Donaim committed Oct 18, 2024
1 parent 972e89c commit 42483fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ From: python:3.8
pip install --upgrade pip
pip install /opt/micall
python -c 'import matplotlib; matplotlib.use("Agg"); import matplotlib.pyplot'
micall make_blast_db
python /opt/micall/micall/blast_db/make_blast_db.py

%environment
export PATH=/opt/bowtie2:/bin:/usr/local/bin
Expand All @@ -143,7 +143,7 @@ From: python:3.8
KIVE_MEMORY 200

%apprun filter_quality
PYTHONPATH=/opt/micall micall filter_quality "$@"
micall filter_quality "$@"

%apphelp resistance
Combine HCV results with HCV-Midi results, and generate resistance
Expand Down

0 comments on commit 42483fb

Please sign in to comment.