2021-04-30 12:20:56 +00:00
|
|
|
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 ]
|
2021-04-30 14:57:43 +00:00
|
|
|
- reads:
|
2021-04-30 12:20:56 +00:00
|
|
|
type: file
|
|
|
|
description: |
|
2021-04-30 14:57:43 +00:00
|
|
|
Non-demultiplexed fastq files
|
2021-04-30 12:20:56 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-04-30 14:57:43 +00:00
|
|
|
- reads:
|
2021-04-30 12:20:56 +00:00
|
|
|
type: file
|
|
|
|
description: Demultiplexed fastq samples
|
|
|
|
pattern: "*.fastq.gz"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-04-30 12:20:56 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-04-30 12:20:56 +00:00
|
|
|
authors:
|
|
|
|
- "@yuukiiwa"
|
2021-04-30 14:57:43 +00:00
|
|
|
- "@drpatelh"
|