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}

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

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 gzipped FASTA format. If ‘-perm all’ is passed in ext.args, this will be multiple files per input!

*.{aln.gz}

Tools

muscle -super5
Public Domain

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

pigz

Parallel implementation of the gzip algorithm.