converting to MAF or clustal format
1
0
Entering edit mode
7.6 years ago
rahel14350 ▴ 40

Dear all,

Do you know any way to convert fasta or fatsq or tabulat to maf or clustal format. I want these formats for RNAcode. I checked already all the possibilities from Galexy and biopython but none of them worked. Many thanks in advance, Kind regards, Rahel

maf fasta fastq • 3.2k views
ADD COMMENT
0
Entering edit mode

Don't know for fastq but t_coffee provides a build in format reconversion utility. it can convert fasta_aln to clustal_aln. You can check this here

ADD REPLY
0
Entering edit mode

Many thanks for your help

ADD REPLY
1
Entering edit mode
7.6 years ago
Medhat 9.7k

There is in BioPython you can find it here

http://biopython.org/wiki/Multiple_Alignment_Format

with it you can read/write MAF file so in your case the input will be your alignment then you can write the output as MAF

also from fasta to clustal you can use

http://sequenceconversion.bugaco.com/converter/biology/sequences/fasta_to_clustal.php

or

from Bio.Align.Applications import ClustalwCommandline
ClustalwCommandline("clustalw", infile="your_file.fasta", outfile="output.aln")
ADD COMMENT
0
Entering edit mode

Many thanks for your help, it works ...

ADD REPLY

Login before adding your answer.

Traffic: 2530 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