IMPORTANT NOTE: (PLEASE read the WHOLE page. It will save us time!)
INSTALL JAVA:
The minimum requirement to run Blast2GO is a working Java installation (version > 1.5) (on Win,Linux,Mac etc.) In case you do not have that already please install the actual Java Runtime Environment (JRE) from http://www.java.com/download
JAVA WEB SATRT
By Java Web Start technology (which is included in JAVA) you will be provided with
the latest Blast2GO update each time you start the application.
If your browser hasn't been set up to run Java WebStart JNLP
files, the link above will download a file called
blast2go_cipf.jnlp. Some browsers will ask you what you want
to do with the JNLP file (instead of automatically downloading
it somewhere, or presenting it to you as text). If a dialog
appears with “Open using application…” on it, use the javaws
application to run your file (and check the box marked “Don't
ask me again”):
To connect to the B2G database you (your computer settings, your personal firewall) and your institute (institutes firewall, providers network settings) has to permit outgoing tcp connections on port 3306. Normally outgoing connections of this type are always permitted unless you have a highly restrictive network policy. (To easily test if B2G works fine press one of the green arrows in the B2G main frame, some GO graphs should appear more or less instantly. In case you connect from within the network of GVA (Generalitat Valenciana) (like CIPF, IVIA, etc.) please use this IP: 172.24.78.3
The current DB is called b2g_jun09 (b2g_dec08, b2g_apr(2008))
The database server IP is: 193.144.127.204.
Other Blast2GO database servers with the possibility to request access
| Location | Institution | Version (Month/Year) | Contact | E-Mail |
| Indiana, USA | Purdue University | 09/2009 | Rick Westerman | westerman(at)purdue(dot)edu |
B2G says “Thank You!” for the collaboration!
If you also want to contribute and make your database accessible to other researchers close to you please contact us.
In case you have had troubles running Blast2GO due to some incompatibilities with any older versions of Blast2GO installed on your system or problems during some update process: Please remove the installed Blast2GO versions by Java Web Start AND delete manually the blast2go directory in your user account. In this way Blast2GO can install the correct version when starting the next time.
A list of possible BLAST databases you can access with BlastGO here.
On 64 bit Linux machines javaws is not available from Sun for the 64 bit bit jre package, so you need to install the 32 bit jre application as well.
check Java: “java -version”
check/find Java Web Start: “whereis javaws”
Run Java Web Start: “javaws -viewer” (in the Java Control Panel, under “Advanced”, set console to “show console”)
-
Try the database connection from a Linux console with: “mysql -h193.144.127.204 -ublast2go -pblast4it b2g_jun09”
Set the right java version using “alternatives”:
bash$> sudo update-alternatives –install ”/usr/bin/javaws” “javaws” ”/usr/lib/jvm/java-6-sun-1.6.0.16/bin/javaws” 1
bash$> sudo update-alternatives –set javaws /usr/lib/jvm/java-6-sun-1.6.0.16/bin/javaws