Clustalo

flat.clustalo

Module of multiple sequence alignment using Clustal Omega

Installation

Clustal can be installed with multiple methods

  1. Linux (Recommended)

    Open your terminal and run:

    apt install clustalo
    

    Note

    The package name may vary depending on your Linux distribution.

  2. Conda/Bioconda If you have Conda or Mamba installed, run:

    conda install clustalo -c bioconda
    # OR
    conda install bioconda::clustalo
    
flat.clustalo.clustalo(selection='all', fmt='clustal', *, exe='clustalo', _self=cmd)
DESCRIPTION

Multiple sequence alignment with Clustal Omega.

USAGE

clustalo [ selection [, fmt ]]

ARGUMENTS
selectionstr, optional

Atom selection.

fmtstr, default = ‘clustal’

Output format.