Let's say I have some small sequences that I wish to display in Gbrowse. I want to create tracks from Blast results to show where genic regions might be.
Do I create a Blast index of the small sequences or of the known gene database?
If I use the gene database as an index, are blast-to-gff conversion scripts designed to use query coordinates instead of reference coordinates?
hmm there is are no chromosomes available yet for this species and my known genes are actually ESTs (I oversold that to reduce confusion). Someone must have a pipeline for this type of small-scale BAC visualization.
You can use contig IDs in the first column of GFF. Check ESTs/genes for repeat sequences, then use them as a query against contigs DB. Watch for long fasta headers in both (= create your own shorter & uniq ids if needed).
OK. I wrote the answer late last night, so apologies for lack of clarity. You definitely want to BLAST small sequences (query) versus ESTs (database). I'd still consider generating plots per EST, rather than GBrowse, if the ESTs are not mapped to some kind of larger reference sequence.