Skip to content

Commit

Permalink
fix conda bowtie version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Apr 2, 2024
1 parent fc1c527 commit 752aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/bowtie_map_mirna.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process BOWTIE_MAP_SEQ {
tag "$meta.id"
label 'process_medium'

conda 'bowtie=1.3.0-2 bioconda::samtools=1.13'
conda 'bowtie=1.3.0 bioconda::samtools=1.13'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:40128b496751b037e2bd85f6789e83d4ff8a4837-0' :
'biocontainers/mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:40128b496751b037e2bd85f6789e83d4ff8a4837-0' }"
Expand Down

0 comments on commit 752aeea

Please sign in to comment.