Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jensembl-project-1.15-minimal.zip | 2013-01-21 | 804.2 kB | |
release1_15.zip | 2013-01-21 | 6.2 MB | |
jensembl-bundle-no-config-1.15.jar | 2013-01-21 | 2.3 MB | |
readme.txt | 2013-01-21 | 5.8 kB | |
GPLv3licence.txt | 2013-01-21 | 35.1 kB | |
ensembl-config-1.70.jar | 2013-01-21 | 62.8 kB | |
apidocs.zip | 2013-01-21 | 2.5 MB | |
Totals: 7 Items | 11.9 MB | 0 |
This release version 1.15 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-2013 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.15-sources.jar ========================================================================================================= BINARIES the individual jar/artifacts are available in release1_15.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.15.jar this binary jar requires the presence of a version of the config jar ensembl-config-1.70.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_15.zip contents ------------------------ ENSEMBL JAVA API (Binary, source and javadoc jars) __________________________________________________ ensembl-config-1.70.jar ensembl-data-access-1.15.jar ensembl-data-access-1.15-javadoc.jar ensembl-data-access-1.15-sources.jar ensembl-data-access-interface-1.15.jar ensembl-data-access-interface-1.15-javadoc.jar ensembl-data-access-interface-1.15-sources.jar ensembl-datamapper-1.15.jar ensembl-datamapper-1.15-javadoc.jar ensembl-datamapper-1.15-sources.jar ensembl-datasource-aware-model-1.15.jar ensembl-datasource-aware-model-1.15-javadoc.jar ensembl-datasource-aware-model-1.15-sources.jar ensembl-model-1.15.jar ensembl-model-1.15-javadoc.jar ensembl-model-1.15-sources.jar (source code available at https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl-project-1.15/) DEMONSTRATION CODE (source and javadoc jars) ____________________________________________ ensembl-test-1.15.jar ensembl-test-1.15-javadoc.jar ensembl-test-1.15-sources.jar (source code available at https://jensembl.svn.sourceforge.net/svnroot/jensembl/tags/jensembl-project-1.15/) 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