1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-22 02:22:04 +00:00
taxprofiler/modules/nf-core/centrifuge/kreport/meta.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-04-22 13:24:10 +00:00
name: "centrifuge_kreport"
description: Creates Kraken-style reports from centrifuge out files
keywords:
- metagenomics
tools:
- centrifuge:
description: Centrifuge is a classifier for metagenomic sequences.
homepage: https://ccb.jhu.edu/software/centrifuge/
documentation: https://ccb.jhu.edu/software/centrifuge/manual.shtml
doi: 10.1101/gr.210641.116
licence: ["GPL v3"]
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2022-07-27 12:42:35 +00:00
- report:
2022-04-22 13:24:10 +00:00
type: file
2022-07-27 12:42:35 +00:00
description: File containing the centrifuge classification report
2022-04-22 13:24:10 +00:00
pattern: "*.{txt}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- kreport:
type: file
description: |
File containing kraken-style report from centrifuge
out files.
pattern: "*.{txt}"
authors:
- "@sofstam"
- "@jfy133"