Hi,
I'm looking for a good solution to store NCBI/GenBank/RefSeq data locally. I thought about a custom (simple) SQLite schema to avoid a server-client system and write parsers and importers myself to get the annotations/qualifiers/sequences I want.
Any thoughts on that? I also read about BioSQL. Does anyone have experience with that?
I hope you have taken into account how much data that is going to be and a need to keep it refreshed daily. You should be able to get most everything you need by using
eutils
(unless you expect to do very large scale queries all the time).I'm aware of the amount of data and the problem of keeping it updated. That's why I'm trying to figure out what the best options are. As this project is more going in the direction of institute wide bioinf resource eutils is not an option.