mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
39 lines
1,000 B
YAML
39 lines
1,000 B
YAML
name: qcat
|
|
description: Demultiplexer for Nanopore samples
|
|
keywords:
|
|
- demultiplex
|
|
|
|
tools:
|
|
- qcat:
|
|
description: |
|
|
A demultiplexer for Nanopore samples
|
|
homepage: https://github.com/nanoporetech/qcat
|
|
documentation: https://github.com/nanoporetech/qcat#qcat
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- reads:
|
|
type: file
|
|
description: |
|
|
Non-demultiplexed fastq files
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- reads:
|
|
type: file
|
|
description: Demultiplexed fastq samples
|
|
pattern: "*.fastq.gz"
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
authors:
|
|
- "@yuukiiwa"
|
|
- "@drpatelh"
|