Skip to content

Commit

Permalink
fix: use conda only in cadd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Dec 3, 2024
1 parent c7ab016 commit 7c53c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def annotate_background_job(_self, bgjob_uuid):
"bash",
"-xc",
(
"{conda_activate}{cadd_sh} -a -g {genome_build} -v {cadd_release} "
"{conda_activate}{cadd_sh} -m -a -g {genome_build} -v {cadd_release} "
"-o {tmpdir}/out.tsv.gz {tmpdir}/in.vcf"
).format(
conda_activate=("source %s; " % CADD_CONDA) if CADD_CONDA else "",
Expand Down

0 comments on commit 7c53c97

Please sign in to comment.