mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
28 lines
770 B
YAML
28 lines
770 B
YAML
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
|
|
pattern: "*.{fasta,fa,tfa}"
|
|
output:
|
|
-
|
|
- alignment:
|
|
type: file
|
|
description: tcoffee alignment file
|
|
pattern: "*.aln"
|
|
|
|
authors:
|
|
- "@JoseEspinosa"
|