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_75
Name Modified Size InfoDownloads / Week
Parent folder
apidocs.zip 2014-03-17 2.3 MB
release1_75.zip 2014-03-17 6.5 MB
readme.txt 2014-03-17 6.2 kB
readme.md 2014-03-17 2.2 kB
jensembl-project-1.75-sources.jar 2014-03-17 338.8 kB
jensembl-project-1.75-minimal.zip 2014-03-17 838.4 kB
jensembl-project-1.75-all.jar 2014-03-17 432.9 kB
jensembl-bundle-no-config-1.75.jar 2014-03-17 2.3 MB
GPLv3licence.txt 2014-03-17 35.1 kB
ensembl-config-1.75.jar 2014-03-17 67.1 kB
Totals: 10 Items   12.8 MB 0
This release version 1.75 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-2014 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
_________

Code available by SVN client at
 
svn checkout svn://svn.code.sf.net/p/jensembl/code/ yourdir

or on the web at 

http://sourceforge.net/p/jensembl/code

[ NB: this release is tagged at

svn checkout svn://svn.code.sf.net/p/jensembl/code/tags/jensembl-project-1.75/EnsemblTest  path/to/yourdir

or

http://sourceforge.net/p/jensembl/code/537/tree/tags/jensembl-project-1.75]


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 [SVN access]

svn checkout svn://svn.code.sf.net/p/jensembl/code/tags/jensembl-project-1.75/EnsemblTest  path/to/yourdir

or 

http://sourceforge.net/p/jensembl/code/537/tree/tags/jensembl-project-1.75/EnsemblTest/

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


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

BINARIES

the individual jar/artifacts are available in 

		release1_75.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.75.jar

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

		ensembl-config-1.75.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 onjunction with the config jar. 

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

release1_75.zip contents
------------------------

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

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


(source code available at 
https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl-project-1.75/)

DEMONSTRATION CODE (source and javadoc jars)
____________________________________________


ensembl-test-1.75.jar
ensembl-test-1.75-javadoc.jar
ensembl-test-1.75-sources.jar


(source code available at 
https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl-project-1.75/)


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          

mysql-connector-java-5.1.6.jar
mybatis-3.0.2.jar
cglib-nodep-2.1_3.jar


LOGGING
_______
slf4j-api-1.6.1.jar
log4j-1.2.16.jar

for 'no logging' include....
slf4j-nop-1.6.1.jar

to activate logging - include...
slf4j-log4j12-1.6.1.jar

or the logger of your choice


readme.txt (this)
GPLv3licence.txt         
Source: readme.txt, updated 2014-03-17