Skip to content

Commit 6f17b33

Browse files
committed
Add meta.id tag where missing to local modules
1 parent f518dd8 commit 6f17b33

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

modules/local/annotate_boolean_peaks.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
process ANNOTATE_BOOLEAN_PEAKS {
2-
2+
tag "$meta.id"
33
label 'process_low'
44

55
conda (params.enable_conda ? "conda-forge::sed=4.7" : null)

modules/local/multiqc_custom_peaks.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
process MULTIQC_CUSTOM_PEAKS {
2-
2+
tag "$meta.id"
33
conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
44
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
55
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :

modules/local/multiqc_custom_phantompeakqualtools.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
process MULTIQC_CUSTOM_PHANTOMPEAKQUALTOOLS {
2+
tag "$meta.id"
23
conda (params.enable_conda ? "conda-forge::r-base=3.5.1" : null)
34
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
45
'https://depot.galaxyproject.org/singularity/r-base:3.5.1':

0 commit comments

Comments
 (0)