This page describes how to create a local installation of the B2G MySQL database and is intended for users with some basic knowledge in MySQL databases and general server administration tasks. If you are not able to follow the steps given here, we recommend you to ask for some help from your system administrator.
After this installation you will end up with a working DB to run Blast2GO with a DB name “b2g”, user “blast2go” and a default password “blast4it” being able to run Blast2GO nearly independent from our server. This does NOT include the graph layout generation, Fisher's Exact Test functionalities, GO-Slim reduction and other web-services which are hosted at the Blast2GO or third party server sides and you will still need to access.
B2G users should keep in mind that the B2G-DB schema can be subject of changes as consequence of the continuous efforts for improving the performance and quality of our tool. We will promptly inform users about any major change, especially concerning the DB, through the B2G mail list (http://groups.google.com/group/blast2go) and web site. In general, all information to create the B2G local database is freely available at different locations. Since all the used resources are not maintained by us, third party changes can affect these instructions. We will try to keep this as up to date as possible and are happy for receiving any feedback and bug-reports. Thanks!
Please find a detailed step-by-step description below on how to proceed. Also you might have a look at the shell script “download_and_install.sh” you can download with the zip file.
Note: For the whole installation you will need about 12 GB of free disk space and 5-6 hours if everything goes well!
java -cp ./home/blast2go/b2g4pipe/blast2go.jar:./home/blast2go/b2g4pipe/ext/mysql-connector-java-3.0.11-stable-bin.jar es.blast2go.prog.util.ImportPIR idmapping.tb localhost b2gdb dbuser dbpass
Congratulations, you are done. To test your installation, check again the new database settings in Blast2GO and click on the green little arrows in the main application window. If the green GO graphs pop up you database is working correctly.