Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 682 Bytes

doc_msf2sequence.md

File metadata and controls

21 lines (16 loc) · 682 Bytes

msf2sequence

Usage

msf2sequence sequence_identifier < alignment.msf > sequence.txt

Explanation

msf2sequence extracts an individual sequence from an MSF file (eg. "alignment.msf") and saves it as a text file (eg. "sequence.txt"). "sequence_identifier" indicates the label next to the sequence in the MSF-file you want to extract.

The MSF file format is explained here. (MSF files can be converted to and from other more popular alignment file formats (such as FASTA) using aligncopy.)