Subversion Repository
The Gaggle's source code is all open source, licensed under the LGPL,
and served using the
Subversion
source code control system.
The current development branch of Gaggle is located in:
http://gaggle.systemsbiology.net/svn/gaggle/gaggle/trunk
The previous release version is located here:
http://gaggle.systemsbiology.net/svn/gaggle/gaggle/branches/2005-11
- To use the Subversion archive hosted at the Institute for Systems Biology,
take the following steps. (These instructions use unix-style commands; Windows
users translate accordingly.)
- Locate or install a Subversion client. (Below we use the
command-line client, svn.)
-
mkdir yourInstallationDirectory
-
svn checkout http://gaggle.systemsbiology.net/svn/gaggle/gaggle/trunk yourInstallationDirectory
- For authenticated access (allowing commits) to the Subversion archive, a password is required:
-
svn checkout --username username --password password http://gaggle.systemsbiology.net/svn/gaggle/gaggle/trunk yourInstallationDirectory
- For more documentation on SVN see the subversion book.
Related Projects
- The repository for the
metaDataLoader
source is available here:
- http://gaggle.systemsbiology.net/svn/gaggle/metaDataLoader/trunk/
JavaDocs
JavaDocs for the Gaggle are available
here.
Licensing
The Gaggle, like all software produced at ISB, is available under the
Gnu Lesser General Public License (LGPL).