Skip to content

Commit

Permalink
Merge pull request #5 from sanger-tol/arima-image-change
Browse files Browse the repository at this point in the history
update arima container location
  • Loading branch information
gq1 authored Mar 9, 2022
2 parents bbf51ef + 4ca1db2 commit d1aac93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/arima/2readsbamcombiner/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ process ARIMA_2READSBAMCOMBINER {
tag "$meta.id"
label 'process_low'

def version = '0.001-c20'
def version = '0.001-c24'

if (params.enable_conda) {
exit 1, "Conda environments cannot be used when using the arima two reads bam combiner. Please use docker or singularity containers."
}
container "quay.io/tol/arima:${version}"
container "quay.io/sanger-tol/arima:${version}"

input:
tuple val(meta), path(bams)
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/arima/2readsbamcombiner/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- path: output/arima/test_combined.bam
md5sum: 649656a618e77df9f7f10fb15453404b
- path: output/arima/versions.yml
md5sum: a57922b9d3900c7eca763068837596c2
md5sum: faa9c484ed76034aef650970837d9e83

0 comments on commit d1aac93

Please sign in to comment.