Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 8 is required for PathVisio 3.x support.

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

About

Example of script to query BioMart, parse and create a BridgeDb database

Topics

Resources

Stars

4 stars

Watchers

6 watching

Forks

Releases

Used by

Contributors

Languages