Download Latest Version release1_78.zip (6.6 MB)
Email in envelope

Get an email when there's a new version of JEnsembl: JavaAPI to Ensembl Datasources

Home / Releases / 1_13_with_config_v68
Name Modified Size InfoDownloads / Week
Parent folder
jensembl-bundle-no-config-1.13.jar 2012-09-28 2.7 MB
readme.txt 2012-09-27 5.8 kB
release1_13.zip 2012-09-27 5.0 MB
ensembl-config-1.68.jar 2012-08-08 53.8 kB
apidocs.zip 2012-08-08 1.9 MB
GPLv3licence.txt 2012-08-08 35.1 kB
jensembl-project-1.13-minimal.zip 2012-08-08 680.1 kB
Totals: 7 Items   10.4 MB 0
This release version 1.13 contains binary Jars for JEnsembl: the demonstration Ensembl Java API.

It also contains source and javadoc jars for each module - and it contains binary jars for dependencies.

----------------------------------------------------------------------------------------------------------

JEnsembl is a sourceforge hosted open-source project at https://sourceforge.net/projects/jensembl/

=========================LICENCE==========================================

Copyright (C) 2010-2012 The Roslin Institute <contact andy.law@roslin.ed.ac.uk>

This file is part of the Ensembl Java API demonstration project developed by 
the Bioinformatics Group at The Roslin Institute, The Royal (Dick) School of Veterinary Studies, 
University of Edinburgh.

This is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License (version 3) as published by 
the Free Software Foundation.

This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
in this software distribution. If not, see <http://www.gnu.org/licenses/gpl-3.0.html/>.

==========================================================================


JEnsembl is a Maven project, and uses the dependency mechanism, but
these binaries allow any Java project to use the compiled libraries.

Java code
_________

Is available by SVN client at https://jensembl.svn.sourceforge.net/svnroot/jensembl/trunk
or on the web at http://jensembl.svn.sourceforge.net/viewvc/jensembl/trunk/

For Maven Users etc ....all the required dependencies for the code are available at

central Central Repository http://repo1.maven.org/maven2
and 
biojava-maven-repo BioJava repository http://www.biojava.org/download/maven/

the jensembl artifacts themselves are now hosted at our maven repository
http://jensembl.sourceforge.net/m2-repo


_________

Demonstration code 

testing and demonstrating the use of these binaries is available at 

https://jensembl.svn.sourceforge.net/svnroot/jensembl/trunk/EnsemblTest [SVN access]
or http://jensembl.svn.sourceforge.net/viewvc/jensembl/trunk/EnsemblTest/ [Web access]

and is included in this release as : ensembl-test-1.13-sources.jar


=========================================================================================================

BINARIES

the individual jar/artifacts are available in 

		release1_13.zip (see below)

however, for convenience all of the jensembl binaries and the dependencies (apart from the configuration module) 
are bundled together in

		jensembl-bundle-no-config-1.13.jar

this binary jar requires the presence of a version of the config jar 

		ensembl-config-1.68.jar

this may be replaced with later versions of the config jar as ensembl releases new database versions, 
as long as no critical alterations to the ensembl schema are mode (requiring updates to the JEnsembl
datamapping code).

alternatively, local configuration files may be loaded in conjunction with the config jar. 

==========================================================================================================

release1_13.zip contents
------------------------

ENSEMBL JAVA API (Binary, source and javadoc jars)
__________________________________________________

ensembl-config-1.68.jar
ensembl-data-access-1.13.jar
ensembl-data-access-1.13-javadoc.jar
ensembl-data-access-1.13-sources.jar
ensembl-data-access-interface-1.13.jar
ensembl-data-access-interface-1.13-javadoc.jar
ensembl-data-access-interface-1.13-sources.jar
ensembl-datamapper-1.13.jar
ensembl-datamapper-1.13-javadoc.jar
ensembl-datamapper-1.13-sources.jar
ensembl-datasource-aware-model-1.13.jar
ensembl-datasource-aware-model-1.13-javadoc.jar
ensembl-datasource-aware-model-1.13-sources.jar
ensembl-model-1.13.jar
ensembl-model-1.13-javadoc.jar
ensembl-model-1.13-sources.jar


(source code available at 
https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl_project_1.13)

DEMONSTRATION CODE (source and javadoc jars)
____________________________________________


ensembl-test-1.13.jar
ensembl-test-1.13-javadoc.jar
ensembl-test-1.13-sources.jar


(source code available at 
https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl_project_1.13)


BIOJAVA 3 DEPENDENCIES (see http://www.biojava.org/wiki/BioJava3_project )
___________________________________________________________________________

jensembl now uses  release 3.0.3

biojava3-core-3.0.3.jar


        <dependency>
            <groupId>org.biojava</groupId>
            <artifactId>biojava3-core</artifactId>
            <version>3.0.3</version>
        </dependency>

from

biojava-maven-repo BioJava repository http://www.biojava.org/download/maven/

        <repository>
            <id>biojava-maven-repo</id>
            <name>BioJava repository</name>
            <url>http://www.biojava.org/download/maven/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
                <checksumPolicy>ignore</checksumPolicy>
            </releases>
        </repository>



GENERAL DEPENDENCIES
____________________
     

biojava3-core-3.0.3.jar          
log4j-1.2.16.jar
mysql-connector-java-5.1.6.jar
mybatis-3.0.2.jar
slf4j-api-1.6.1.jar
slf4j-log4j12-1.6.1.jar
cglib-nodep-2.1_3.jar
  

readme.txt
GPLv3licence.txt         
Source: readme.txt, updated 2012-09-27