Skip to content

bridgedb/create-bridgedb-genedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

BridgeDb database building for gene databases

Introduction

A script to create a gene-focussed BrigdeDb database based on Ensembl BioMART.

Installation

Java 11 is required.

Compile the code with:

mvn clean install
cp target/org.bridgedb.genedb-jar-with-dependencies.jar BioMart2BridgeDb.jar

Run

In your terminal:

java -jar BioMart2BridgeDb.jar $DATASOURCENAME $VERSION $CONFIG_FILE $PATH_FOR_NEW_DB
  • <DATASOURCENAME>: Database name (e.g. Ensembl, EnsemblGenomes)
  • <VERSION>: Database version (e.g. 111)
  • <CONFIG_FILE>: configuration file
  • <PATH_FOR_NEW_DB>: Path for the new database

List of default config files:

Configuration files can be found in https://github.com/bridgedb/create-bridgedb-genedb-config/tree/master/configFiles.

Example: Arabidopsis thaliana config file

How to create your own config file

Releases

No releases published

Languages

  • Java 100.0%