Child pages
  • Converting MSA
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Task Name: convert-msa

Converts a multiple sequence alignment file from one format to another.

Parameters:

in — input multiple sequence alignment file. [String, Required]

out — name of the output file. [String, Required]

format — format of the output file. [String, Optional]

The following values are available:

    • clustal (default)
    • fasta
    • mega
    • msf
    • nexus
    • phylip-interleaved
    • phylip-sequential
    • stockholm

Example:

ugene convert-msa --in=CBS.sto --out=CBS --format=msf
  • No labels