Skip to content

Commit

Permalink
Update modules/local/combine_tsv.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
  • Loading branch information
danilodileo and erikrikarddaniel authored Feb 29, 2024
1 parent d8de842 commit f74f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/combine_tsv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process COMBINE_TSV {
tag "$meta.id"
label 'process_high'

// Using bioawk as already use that for CONVERT_DEPTHS and does same thing
// Using bioawk as we already use that for CONVERT_DEPTHS and does same thing
conda "bioconda::bioawk=1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioawk:1.0--hed695b0_5' :
Expand Down

0 comments on commit f74f72e

Please sign in to comment.