Convert BLAT to GFF file?
2
0
Entering edit mode
7.6 years ago
rm16 • 0

Does anyone know of a handy script to convert a PSL file from a BLAT alignment to a GFF annotation file? It seems like a PSL has all of the information needed to build a GFF file, but I cannot seem to find a script out there to do the dirty work for me.

blat psl gff alignment annotation • 3.7k views
ADD COMMENT
0
Entering edit mode

Another alternative method is using Gmap alignment tools with GFF output format

-f, --format=INT               Other format for output (also note the -A and -S options
                                   and other options listed under Output types):
                                   psl (or 1) = PSL (BLAT) format,
                                   gff3_gene (or 2) = GFF3 gene format,
                                   gff3_match_cdna (or 3) = GFF3 cDNA_match format,
                                   gff3_match_est (or 4) = GFF3 EST_match format,
                                   splicesites (or 6) = splicesites output (for GSNAP splicing file),
                                   introns = introns output (for GSNAP splicing file),
                                   map_exons (or 7) = IIT FASTA exon map format,
                                   map_ranges (or 8) = IIT FASTA range map format,
                                   coords (or 9) = coords in table format,
                                   sampe = SAM format (setting paired_read bit in flag),
                                   samse = SAM format (without setting paired_read bit),
                                   bedpe = indels and gaps in BEDPE format
ADD REPLY
2
Entering edit mode
7.6 years ago
GenoMax 141k

You should have found this (psl2gff.py) in your search.

ADD COMMENT
0
Entering edit mode
4.3 years ago
opplatek ▴ 290

This works fine.

ADD COMMENT

Login before adding your answer.

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