Converting MAF to Fasta
0
0
Entering edit mode
4.8 years ago
little_more ▴ 70

I used Mugsy for multiple alignment. Now I want to convert an output MAF file to a fasta file. I know that mugsy provides a maf2fasta.pl script but I don't understand how to use it (I don't know Perl). In the description of the script it says that it should be called this way:

./maf2fasta.pl [label] < maf > fasta

Does it mean I need to provide maf file and the name of the output fasta file or I need to provide the names of the input fasta files with genomes? The script doesn't print anything so I can't understand what's going on there.

Or maybe someone knows other ways to convert MAF to fasta?

fasta maf alignment mugsy • 4.1k views
ADD COMMENT
4
Entering edit mode

OK, let your maf file called myfile.maf and we want the output fatsa file to be myfile.fasta

Then we use this command:

./maf2fasta.pl < myfile.maf > myfile.fasta

Similar question:
Convert MAF to FASTA

ADD REPLY

Login before adding your answer.

Traffic: 2429 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6