nf-core_modules/software/tcoffee/meta.yml

29 lines
770 B
YAML
Raw Normal View History

2020-03-05 16:18:35 +00:00
name: t-coffee
description: Run tcofee multiple sequence alignment
keywords:
- MSA
- sequence aligment
tools:
- t-coffee:
description: |
T-Coffee is a multiple sequence alignment package.
It uses a progressive approach and a consistency objective
function for alignment evaluation.
homepage: http://www.tcoffee.org/
documentation: http://www.tcoffee.org/Projects/tcoffee/index.html#DOCUMENTATION
input:
-
- fasta:
type: path
description: Input fasta file
2020-07-11 11:54:12 +00:00
pattern: "*.{fasta,fa,tfa}"
2020-03-05 16:18:35 +00:00
output:
-
- alignment:
type: file
description: tcoffee alignment file
2020-07-11 11:54:12 +00:00
pattern: "*.aln"
2020-03-05 16:18:35 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@JoseEspinosa"