nf-core_modules/modules/roary/meta.yml
Robert A. Petit III 0ba88fb869
add roary module (#776)
* add module roary

* Update meta.yml

* Update meta.yml

* Update meta.yml

* Update meta.yml

* Update main.nf

* Update meta.yml

* Apply suggestions from code review

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-10-05 22:08:47 +01:00

47 lines
1.2 KiB
YAML

name: roary
description: Calculate pan-genome from annotated bacterial assemblies in GFF3 format
keywords:
- gff
- pan-genome
- alignment
tools:
- roary:
description: Rapid large-scale prokaryote pan genome analysis
homepage: http://sanger-pathogens.github.io/Roary/
documentation: http://sanger-pathogens.github.io/Roary/
tool_dev_url: https://github.com/sanger-pathogens/Roary/
doi: "http://dx.doi.org/10.1093/bioinformatics/btv421"
licence: ['GPL v3']
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 Roary result files
pattern: "*/*"
- aln:
type: file
description: Core-genome alignment produced by Roary (Optional)
pattern: "*.{aln}"
authors:
- "@rpetit3"