Skip to content

Commit

Permalink
Run all utils in Singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 18, 2024
1 parent 95e0db4 commit 481fe66
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 @@ -130,7 +130,7 @@ From: python:3.8
export LANG=en_US.UTF-8

%runscript
python /opt/micall/micall_kive.py "$@"
python /opt/micall/micall/utils/micall_kive.py "$@"

%apphelp filter_quality
Post-processing of short-read alignments.
Expand All @@ -156,7 +156,7 @@ From: python:3.8
KIVE_MEMORY 200

%apprun resistance
python /opt/micall/micall_kive_resistance.py "$@"
python /opt/micall/micall/utils/micall_kive_resistance.py "$@"

%apprun denovo
python /opt/micall/micall/utils/micall_kive.py --denovo "$@"
Expand Down

0 comments on commit 481fe66

Please sign in to comment.