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

alignment

meta:map

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

*.aln{.gz,}: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}

versions

versions.yml:file

File containing software versions

versions.yml

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.