From d8cb68e5729e3a72b19a930550d8a5e0dab9227a Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Sun, 1 Mar 2015 21:14:46 -0600 Subject: [PATCH] bit more docs on todo items --- Bio/DB/Taxonomy/sqlite.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Bio/DB/Taxonomy/sqlite.pm b/Bio/DB/Taxonomy/sqlite.pm index 6237ff4f5..4f58036f7 100644 --- a/Bio/DB/Taxonomy/sqlite.pm +++ b/Bio/DB/Taxonomy/sqlite.pm @@ -33,6 +33,18 @@ ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz =head1 TODO +=over 4 + +=item Optimize codebase + +=item Clean up SQL (kinda a mess right now) + +=item Check compat. with other NCBI-specific L implementations + +=item Plan out feasibility of allowing other backends (Neo4J, other DBI, etc) + +=back + Beyond completing the implementation and optimization, this will likely be rolled into a more flexible backend at some future point. -- 2.11.4.GIT