Skip to content

Commit

Permalink
Remove string
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 13, 2022
1 parent b6ffa7a commit 98f8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/bowtie/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process BOWTIE_ALIGN {
label 'process_high'

conda (params.enable_conda ? 'bioconda::bowtie=1.3.0 bioconda::samtools=1.15.1' : null)
container "${ (params.container_registry ?: 'quay.io' ) + 'mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:676c5bcfe34af6097728fea60fb7ea83f94a4a5f-0' }"
container { (params.container_registry ?: 'quay.io' ) + 'mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:676c5bcfe34af6097728fea60fb7ea83f94a4a5f-0' }

input:
tuple val(meta), path(reads)
Expand Down

0 comments on commit 98f8156

Please sign in to comment.