mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
466ab67808
* Fix minimap2 index module * Fix minimap2 index tests * Fix graphmap2 index module * Fix graphmap2 module * Fix ECLint * Fix bedtools bamtobed module * Fix tests for bedtools bamtobed module * Add tag for graphmap2 align module * Fix EClint * Fix qcat module * Add md5sum for graphmap2/align module * Remove non-started test data file * Remove md5sum for graphmap2 align
39 lines
1,001 B
YAML
39 lines
1,001 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"
|
|
- version:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "*.{version.txt}"
|
|
authors:
|
|
- "@yuukiiwa"
|
|
- "@drpatelh"
|