Skip to content

Commit

Permalink
chore: Touch a module
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 19, 2024
1 parent f75dbe1 commit af54756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/nf-core/bowtie2/align/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
process BOWTIE2_ALIGN {
tag "$meta.id"
label 'process_high'

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

0 comments on commit af54756

Please sign in to comment.