Skip to content

Latest commit

 

History

History
87 lines (51 loc) · 3.34 KB

README.md

File metadata and controls

87 lines (51 loc) · 3.34 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 <configFile> <outputPath> <oldDB> <inclusive>
  • <configFile>: location of configuration file

  • <outputPath>: Path for the new database

  • <oldDB>: (optional) directory of the old database - run QC

  • <inclusive>: (optional) use inclusive BridgeDb list

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