Skip to content

Commit

Permalink
roll back source for htsinfer image
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed Feb 2, 2024
1 parent d311d2e commit f20d982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/htsinfer.smk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rule run_htsinfer:
cluster_log_path=CLUSTER_LOG,
threads: 4
singularity:
"docker://quay.io/biocontainers/htsinfer:0.10.0--pyhdfd78af_0"
"docker://zavolab/htsinfer:latest"
conda:
os.path.join(workflow.basedir, "..", "envs", "htsinfer.yaml")
log:
Expand Down Expand Up @@ -82,7 +82,7 @@ rule htsinfer_to_tsv:
SAMPLES_OUT,
threads: 4
singularity:
"docker://quay.io/biocontainers/htsinfer:0.10.0--pyhdfd78af_0"
"docker://zavolab/htsinfer:latest"
conda:
os.path.join(workflow.basedir, "..", "envs", "htsinfer.yaml")
log:
Expand Down

0 comments on commit f20d982

Please sign in to comment.