mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
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:
parent
78e2e76b24
commit
6a9aa977ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue