Description

Muscle is a program for creating multiple alignments of amino acid or nucleotide sequences. This particular module uses the super5 algorithm for very big alignments. It can permutate the guide tree according to a set of flags.

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

fasta (file)

Input sequences for alignment must be in FASTA format

*.{fasta,fa,fna}

Output

Name (Type)
Description
Pattern

meta (map)

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

versions (file)

File containing software versions

versions.yml

alignment (file)

Multiple sequence alignment produced in FASTA format

*.{aln}

Tools

muscle -super5
Public Domain

Muscle v5 is a major re-write of MUSCLE based on new algorithms.