This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Script convert ltr_finder output file to fasta format

Dear all

Now I want to extract fasta file from LTR-finder output , while I have poor program knowledge, and don't know how to do it. So I want to ask if anyone can provide me an available script or method to do this. Thanks!

script ltr_finder fasta

Have you found a solution? if so, please share. Same question here.

1 answer

First use cnv_ltrfinder2gff.pl to convert the output to gff format, then use bedtools getfasta to convert gff to a fasta list.

Log in to answer this question.