From 481fe667a22a722b2b148c9e57f931e9a3ba2450 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Fri, 18 Oct 2024 11:52:50 -0700 Subject: [PATCH] Run all utils in Singularity --- Singularity | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Singularity b/Singularity index da0beb7fb..300c116d3 100644 --- a/Singularity +++ b/Singularity @@ -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. @@ -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 "$@"