Skip to content

Commit

Permalink
Changing to dmmalone docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Desperate-Dan committed Dec 1, 2023
1 parent 19ba8df commit 0d19f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process ampliClean {
container "${params.wf.container}"

container "${params.wf.container}@${params.wf.container_sha}"
publishDir path: "${params.out_dir}/${barcode}/ampli_clean", mode: 'copy'

input:
Expand All @@ -22,8 +22,7 @@ process ampliClean {
}

process articMinion {
container "${params.wf.container}"
//container "${params.wf.container}@${params.wf.container_sha}"
container "${params.wf.container}@${params.wf.container_sha}"

publishDir path: "${params.out_dir}/${barcode}/artic", mode: 'copy'

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ params {
]
agent = null
container = "dmmalone/artic_rsv:0.0.1"
//container_sha = "sha256:c8a132a673710adef24fdeae9d0cd6e28c92c5b4ed3933b2f61a67f0826b4968"
container_sha = "sha256:0fbb537fe464e47193392378296042f51dfe7f7a62375ade12983a25d1dea420"
}
}

Expand Down

0 comments on commit 0d19f1b

Please sign in to comment.