Transform repeatmasker output into gff
1
0
Entering edit mode
4.9 years ago
SeaStar ▴ 50

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.

gene transposon • 4.3k views
ADD COMMENT
1
Entering edit mode
4.9 years ago
AK ★ 2.2k

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:

  1. Use RMout_to_bed.pl to parse *.out from RepeatMasker
  2. Then convert the bed to gff
ADD COMMENT
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

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).

ADD REPLY
0
Entering edit mode

Thank you very much :)

ADD REPLY

Login before adding your answer.

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