Zhou Albert
2015-08-21 13:30:31 UTC
Hi everyone,
I'm using GBrowse 2.54 with PostgreSQL backend on a server running Ubuntu 14.04 LTS. I have imported GFF and FASTA data into a database using bp_seqfeature_load, and then connected to GBrowse with Bio::DB::SeqFeature::Store adaptor.
The features (mRNA, CDS, exons etc.) are displayed correctly. However when I try to show the DNA sequences, the track remains empty, and I find several messages in the apache error log similar as:
MSG: Got a sequence without letters. Could not guess alphabet, referer: http://127.0.0.1/cgi-bin/gbrowse/gbrowse/testdb/?name=scaffold_1%3A2016111..2016123
TGAAAATGAGACCCCGCGAGTCTTGCCCAACTTTCAAATCAATCGTGATA
...
and the GFF file includes entries like:
scaffold_1 dpx26mx19 mRNA 173130 190600 816,1521/1899,3.612,3502,14,3585,0 + . ID=hxAUG26up1s1g18t1;(and some more attributes here)
...
It seems to me that the GBrowse should be able to link them together, and show the sequences correctly. Could someone tell me where the problem is?
Many thanks!
Albert
I'm using GBrowse 2.54 with PostgreSQL backend on a server running Ubuntu 14.04 LTS. I have imported GFF and FASTA data into a database using bp_seqfeature_load, and then connected to GBrowse with Bio::DB::SeqFeature::Store adaptor.
The features (mRNA, CDS, exons etc.) are displayed correctly. However when I try to show the DNA sequences, the track remains empty, and I find several messages in the apache error log similar as:
MSG: Got a sequence without letters. Could not guess alphabet, referer: http://127.0.0.1/cgi-bin/gbrowse/gbrowse/testdb/?name=scaffold_1%3A2016111..2016123
hxAUG26up1s1g18t1 loc=scaffold_1:173236-177401:+;type=CDS.dpx26mx19;nx=10;len=3585
ATGGAAGAACCCAAGGAAAGTCCCGAGAGTGTAATTGCATCCGTTGTGAATGAAAATGAGACCCCGCGAGTCTTGCCCAACTTTCAAATCAATCGTGATA
...
and the GFF file includes entries like:
scaffold_1 dpx26mx19 mRNA 173130 190600 816,1521/1899,3.612,3502,14,3585,0 + . ID=hxAUG26up1s1g18t1;(and some more attributes here)
...
It seems to me that the GBrowse should be able to link them together, and show the sequences correctly. Could someone tell me where the problem is?
Many thanks!
Albert