I've also produced a bed file, but I don't know how to transform it to gff. Other outputs are a .cat file, and a .tbl. anyway I can run again repeatmasker -gff with my .fa.out file to obtain the gff?
Transform repeatmasker output into gff
Hello! I used repeatmasker to find transposable elements in my genome. Repeatmasker produced some outputs. I have myfile.fa.out and I need to transform it into gff. There is a code or program to transform it into gff? Thank you.
• 6,308 views
•
link
1 answer
some outputs
What did you get exactly?
When running RepeatMasker, by adding -gff it will give you a gff output.
However, you can still do:
- Use RMout_to_bed.pl to parse
*.outfrom RepeatMasker - Then convert the bed to gff
• 0 views
•
link
• 0 views
•
link
I've also produced a bed file, but I don't know how to transform it to gff
Try genometools: gt bed_to_gff3 or BED-to-GFF in Galaxy.
I can run again repeatmasker -gff with my .fa.out file to obtain the gff?
No, with the original unmasked .fa (re-do masking).
• 0 views
•
link
Thank you very much :)
• 0 views
•
link
Log in to answer this question.