nf-core_modules/modules/panaroo/run/meta.yml
Robert A. Petit III d16f1ea4d7
add module for panaroo, fix pirate tests (#1444)
* add module for panaroo

* update pirate test yaml

* update panaroo test yaml

* update pirate test yaml md5s

* Update main.nf

* Update main.nf

* pin bioperl version
2022-03-24 20:11:04 -06:00

47 lines
1.3 KiB
YAML

name: "panaroo_run"
description: A fast and scalable tool for bacterial pangenome analysis
keywords:
- gff
- pan-genome
- alignment
tools:
- "panaroo":
description: "panaroo - an updated pipeline for pangenome investigation"
homepage: "https://gtonkinhill.github.io/panaroo/#/"
documentation: "https://gtonkinhill.github.io/panaroo/#/gettingstarted/quickstart"
tool_dev_url: "https://github.com/gtonkinhill/panaroo"
doi: "10.1186/s13059-020-02090-4"
licence: "['MIT']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- gff:
type: file
description: A set of GFF3 formatted files
pattern: "*.{gff}"
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"
- results:
type: directory
description: Directory containing Panaroo result files
pattern: "*/*"
- aln:
type: file
description: Core-genome alignment produced by Panaroo (Optional)
pattern: "*.{fasta}"
authors:
- "@rpetit3"