Menu

Tree [r17] /
 History

HTTPS access


File Date Author Commit
 config 2024-06-26 wdlin [r12] AM README
 icon 2024-06-26 wdlin [r14]
 manual 2024-06-27 wdlin [r17] M README
 scripts 2024-06-27 wdlin [r16]
 src 2024-06-26 wdlin [r12] AM README
 README 2024-06-27 wdlin [r17] M README
 build.in.xml.EXAMPLE 2024-06-26 wdlin [r13]
 build.xml 2024-06-27 wdlin [r16]
 gobuCmd.bat 2024-06-26 wdlin [r12] AM README
 gobuCmd.sh 2024-06-26 wdlin [r12] AM README
 licenceGPLv2.txt 2024-06-26 wdlin [r12] AM README

Read Me

GOBU -- Gene Ontology Browsing Utility

===============
1. Our homepage
===============

https://gobu.sourceforge.io/

================
2. Documentation
================

The index.html file in manual sub-folder

==========
3. Running
==========

Windows users could run GOBU by double clicking gobuCmd.bat. In gobuCmd.bat, there
is only one command for running GOBU using Java Virtual Machine. Mac or
UN*X users could use this command to run GOBU, or try gobuCmd.sh.

NOTE: The option -Xmx2400M is a specific option of JVM for running GOBU with 2.4GB
memory, which means you should run GOBU under 64bit environment. You may change it
for larger amount of memory, but do not exceed the amount of physical memory of your
computer.

==================
4. The user folder
==================

We are now tring to put reference GOBU trees for common species in the user folder.
Now it includes trees for arabidopsis, worm (C. elegans), fly (D. melanogaster),
zebrafish (D. rerio), bacteria (E. coli), and yeast (S. cerevisiae). All based on
annotation files (release 2024-06-17) downloaded from the GO Consortium website
plus updated GFF3 files downloaded from Ensembl.

To build a customized GOBU reference tree, you may try the Annot2Tree.pl script
under the scripts folder. In general, a GFF3 file and a GAF file should be enough
for creating a reference tree.