2021-10-05 21:08:47 +00:00
|
|
|
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"
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v3"]
|
2021-10-05 21:08:47 +00:00
|
|
|
|
|
|
|
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"
|