more generic name because of multiple extension (#1880)

This commit is contained in:
Maxime U. Garcia 2022-07-14 11:42:00 +02:00 committed by GitHub
parent 1de4bd46b7
commit f48a24770e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ process SAMTOOLS_STATS {
'quay.io/biocontainers/samtools:1.15.1--h1170115_0' }"
input:
tuple val(meta), path(bam), path(bai)
tuple val(meta), path(input), path(input_index)
path fasta
output:
@ -27,7 +27,7 @@ process SAMTOOLS_STATS {
stats \\
--threads ${task.cpus-1} \\
${reference} \\
${bam} \\
${input} \\
> ${prefix}.stats
cat <<-END_VERSIONS > versions.yml