Skip to content

Commit

Permalink
build: Try a conda-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 9, 2024
1 parent 251b8ca commit de2fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/bowtie2/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process BOWTIE2_ALIGN {
tag "$meta.id"
label 'process_high'

conda "${moduleDir}/environment.yml"
conda "${moduleDir}/conda-lock.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:f70b31a2db15c023d641c32f433fb02cd04df5a6-0' :
'biocontainers/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:f70b31a2db15c023d641c32f433fb02cd04df5a6-0' }"
Expand Down

0 comments on commit de2fdf7

Please sign in to comment.