From fe259ca466badd1fa0777517acfe68f3b5dc8d3e Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 7 Nov 2024 13:59:57 -0600 Subject: [PATCH] chore: Specify arity for bams in PINTS The rest are optional --- modules/nf-core/pints/caller/main.nf | 2 +- modules/nf-core/pints/caller/pints-caller.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nf-core/pints/caller/main.nf b/modules/nf-core/pints/caller/main.nf index 27cf5c57..e4ad10b7 100644 --- a/modules/nf-core/pints/caller/main.nf +++ b/modules/nf-core/pints/caller/main.nf @@ -9,7 +9,7 @@ process PINTS_CALLER { 'community.wave.seqera.io/library/pybedtools_bedtools_htslib_pip_pypints:39699b96998ec5f6' }" input: - tuple val(meta), path(bams), path(bais), val(chr_name) + tuple val(meta), path(bams, arity: '1..*'), path(bais), val(chr_name) val assay_type output: diff --git a/modules/nf-core/pints/caller/pints-caller.diff b/modules/nf-core/pints/caller/pints-caller.diff index ca6fcfd0..593458a6 100644 --- a/modules/nf-core/pints/caller/pints-caller.diff +++ b/modules/nf-core/pints/caller/pints-caller.diff @@ -18,7 +18,7 @@ Changes in 'pints/caller/main.nf': input: - tuple val(meta), path(bams), path(bais) -+ tuple val(meta), path(bams), path(bais), val(chr_name) ++ tuple val(meta), path(bams, arity: '1..*'), path(bais), val(chr_name) val assay_type output: