Minor meta.yml typo fix for samtools fastq (#1288)

* fix: remove left-over unnecessary code

* Correct typo in output meta information for fastq channel
This commit is contained in:
James A. Fellows Yates 2022-02-14 11:02:03 +01:00 committed by GitHub
parent 78e2e76b24
commit 6a9aa977ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ output:
description: | description: |
Groovy Map containing sample information Groovy Map containing sample information
e.g. [ id:'test', single_end:false ] e.g. [ id:'test', single_end:false ]
- fasta: - fastq:
type: file type: file
description: compressed FASTQ file description: compressed FASTQ file
pattern: "*.fastq.gz" pattern: "*.fastq.gz"