nf-core_modules/modules/gappa/examineheattree/meta.yml
Daniel Lundin 0857e6c60f
Adding gappa/examineheattree (#2084)
* Adding gappa/examineheattree

* Update modules/gappa/examineheattree/meta.yml

Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>

* Check versions.yml for md5 sum instead

Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
2022-09-22 15:51:25 +02:00

64 lines
1.7 KiB
YAML

name: "gappa_examineheattree"
description: colours a phylogeny with placement densities
keywords:
- phylogeny
- phylogenetic placement
- heattree
- visualisation
tools:
- "gappa":
description: "Genesis Applications for Phylogenetic Placement Analysis"
homepage: "https://github.com/lczech/gappa"
documentation: "https://github.com/lczech/gappa/wiki"
tool_dev_url: "https://github.com/lczech/gappa"
doi: "https://doi.org/10.1093/bioinformatics/btaa070"
licence: "['GPL v3']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- jplace:
type: file
description: jplace file output from phylogenetic placement, e.g. EPA-NG, gzipped or not
pattern: "*.{jplace,jplace.gz}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- newick:
type: file
description: phylogenetic tree file in newick format
pattern: "*.newick"
- nexus:
type: file
description: coloured phylogenetic tree file in nexus format
pattern: "*.nexus"
- phyloxml:
type: file
description: coloured phylogenetic tree file in phyloxml format
pattern: "*.phyloxml"
- svg:
type: file
description: coloured phylogenetic tree file in svg format
pattern: "*.svg"
- colours:
type: file
description: colours used in plot
pattern: "*.colours.txt"
- log:
type: file
description: log file from the run
pattern: "*.log"
authors:
- "@erikrikarddaniel"