This is a test version of Biostars. For the public version, visit https://www.biostars.org.
converting ASN to Gff3

Hello,

I used prospligh for protein alignment, but it gives as final file an ASN. It is not usable for data. I would like to convert it to gff3. Are there any tools to do this, can be on ncbi? But I searched, I did not find.

Thank you for helping me

gff3 alignment asn

Documentation says this. Looks like you can get a txt format file as well.

Run ProSplign with the compartment file and the fasta files to generate an alignment for each compartment (./prosplign -i comp -fasta subj.fa,query.fa -nogenbank -o pro.asn -eo pro.txt). The .asn file contains alignments in ASN format. The .txt file is designed for human reading.

When ProSplign is run without '-full' option, output file shows 'partial' alignments. A partial alignment is made from the full global alignment by throwing out low identity portions of the alignment and keeping conserved portions. The conserved portions are marked in text 'pro.txt' file with stars in the status line. Introns are marked with dots in the protein line

1 answer

There is a asn2gff in the NCBI Toolkit (I have not tried using it, though).

Log in to answer this question.