GFF from tabular Blast output
0
0
Entering edit mode
6.6 years ago

Hy guys,

I am new. I'm trying to annotate my bacterial genome. I ran Prodigal to find CDS, nucleotide seqs and amminoacids seqs. I blasted the nucleotide sequences against Uniprot by using blastx and the option number 6 as outfmt Then tryed to convert the tabular output from Blast vs Uniprot into gff by using this two scripts, blast_to_gff_wrapper.sh and blast_to_gff.py.

After that I sorted and indexed my gff file by using Tabix, as follow:

(grep ^"#" in.gff; grep -v ^"#" in.gff | sort -k1,1 -k4,4n) | bgzip > in-sorted.gff3.gz

tabix -p gff in-sorted.gff3.gz

When I loaded the gff.file into IGV I did not see anything. Do you have any idea?

Thank you in advance.

Best,

Salvatore

blast GFF Tabix IGV • 2.0k views
ADD COMMENT

Login before adding your answer.

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