Description

Multiple Sequence Alignment using Graph Clustering

Input

name:type
description
pattern

meta:map

Groovy Map containing the fasta meta information e.g. [ id:'test', single_end:false ]

fasta:file

Input sequences in FASTA format.

*.{fa,fna,fasta}

meta2:map

Groovy Map containing sample information for the specified guide tree (if supplied) e.g. [ id:'test', single_end:false ]

tree:file

Optional path to a file containing a guide tree in newick format to use as input. If empty, or overwritten by passing -t [fasttree|fasttree-noml|clustal|parttree], MAGUS will construct its own guide tree. If empty, fasttree is used as a default.

*.{dnd,tree}

compress:boolean

Flag representing whether the output MSA should be compressed. Set to true to enable/false to disable compression. Compression is done using pigz, and is multithreaded.

Output

name:type
description
pattern

alignment

meta:map

Groovy Map containing sample meta information. e.g. [ id:'test', single_end:false ]

*.aln{.gz,}:file

File containing the output alignment, in FASTA format containing gaps. The sequences may be in a different order than in the input FASTA. The output file may or may not be gzipped, depending on the value supplied to compress.

*.aln{.gz,}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

magus
MIT

Multiple Sequence Alignment using Graph Clustering