Skip to content

tabbassidaloii/create-bridgedb-genedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 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 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%