Trinotate / Trinotate.github.io

web documentation for Trinotate
48 stars 17 forks source link

Loading Swiss-Prot database is throwing format warning #23

Closed bifxcore closed 5 years ago

bifxcore commented 5 years ago

Trinotate/admin/util/EMBL_dat_to_Trinotate_sqlite_resourceDB.pl --sqlite Trinotate.sqlite --uniprot_index Trinotate.TaxonomyIndex

is throwing

Trinotate.TaxonomyIndex:13785: expected 3 columns but found 2 - filling the rest with NULL

brianjohnhaas commented 5 years ago

Probably fine, unless the issue is due to a truncated embl file. If the sprot fasta file has the expected number of entries, it's likely fine.

You could try rerunning the boilerplate build in a new directory and see if the error repeats.

Best

-via googleFi

On Thu, Jul 25, 2019, 1:27 AM Seattle BioMed notifications@github.com wrote:

Trinotate/admin/util/EMBL_dat_to_Trinotate_sqlite_resourceDB.pl --sqlite Trinotate.sqlite --uniprot_index Trinotate.TaxonomyIndex

is throwing

Trinotate.TaxonomyIndex:13785: expected 3 columns but found 2 - filling the rest with NULL

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Trinotate/Trinotate.github.io/issues/23?email_source=notifications&email_token=ABZRKXZK3XPKL4SA5BZSRP3QBDQMNA5CNFSM4IGVSIU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HBLHXUA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZRKX6BYIF3B2GYPPIGOFDQBDQMNANCNFSM4IGVSIUQ .

bifxcore commented 5 years ago

The sprot fasta looks fine. I just re-ran the boilerplate build in a new directory and got no errors, so all is good.

Thank you very much for your help (and for providing this software!).