Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 3.33 KB

README.md

File metadata and controls

83 lines (51 loc) · 3.33 KB

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