Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jan 12, 2024
1 parent 7eefcca commit f118456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/bowtie_genome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process INDEX_GENOME {
conda 'bioconda::bowtie=1.3.1'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bowtie:1.3.1--py310h7b97f60_6' :
'biocontainers/bowtie:1.3.1-py310h30d4ff4_6' }"
'biocontainers/bowtie:1.3.1--py310h7b97f60_6' }"

input:
tuple val(meta2), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/bowtie_mirna.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process INDEX_MIRNA {
conda 'bioconda::bowtie=1.3.1'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bowtie:1.3.1--py310h7b97f60_6' :
'biocontainers/bowtie:1.3.1-py310h30d4ff4_6' }"
'biocontainers/bowtie:1.3.1--py310h30d4ff4_6' }"

input:
tuple val(meta2), path(fasta)
Expand Down

0 comments on commit f118456

Please sign in to comment.