From 6a9aa977ef30f47d9507137e900bbb34d57c79cb Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 14 Feb 2022 11:02:03 +0100 Subject: [PATCH] Minor meta.yml typo fix for `samtools fastq` (#1288) * fix: remove left-over unnecessary code * Correct typo in output meta information for fastq channel --- modules/samtools/fastq/meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samtools/fastq/meta.yml b/modules/samtools/fastq/meta.yml index 91fd476d..8ea78f47 100644 --- a/modules/samtools/fastq/meta.yml +++ b/modules/samtools/fastq/meta.yml @@ -31,7 +31,7 @@ output: description: | Groovy Map containing sample information e.g. [ id:'test', single_end:false ] - - fasta: + - fastq: type: file description: compressed FASTQ file pattern: "*.fastq.gz"