These files supply the query package separate from the full BioQuery
application. The query package can function a standalone framework that allows
developers to add database-searching capability to other applications. Please make sure you have
read the
detailed instructions
on using this package in external applications.
Instructions: Download query.jar and place it in your application's classpath.
Download querys-config.zip and unpack it into the base directory of your application
(this is the directory your virtual machine is started from, which is the base directory all
relative file locations are derived from). You can now import the
org.bioquery.query package into your code and create Query objects,
build searches with them, and have them submit themselves to their databases and return the
results.