Skip to content

Dockerfile to set up omics DB and preinitialized databases

Notifications You must be signed in to change notification settings

etheleon/omics-neo4j-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Omics neo4j docker image

This repository provides the instructions for seting up the container environment to run the omics database (NEO4J).

Please install Docker beforehand.

Docker Image

You could choose to build your own image using the provided Dockerfile or pull the image: docker pull etheleon/omics-neo4j-container

Download DB

Download the DBs using the links provided below expires in 1 year in Dec 2018.

Please approach me for the passphrase to decrypt the gz files.

Simulation

  1. Initial analysis with Single Copy Gene KOs only

  2. With all KOs

Ulu Pandan

  1. Initial analysis with Single Copy Gene KOs trimmed NR, full NR
  2. With all KOs trimmed NR, full NR

Perturbation

Time-series

Decrypt, Decompress

DB=allKOS_fullnr
#decrypt
gpg --yes --batch --passphrase=[Enter your passphrase here] $DB.tar.gz.gpg
#gunzip and untar
tar -zvxf $DB.tar.gz

Run Docker

#Run the Docker container
data=$PWD/$DB
docker run \
    --rm \
    --name omics \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$data:/data \
    --ulimit=nofile=40000:40000 \
    etheleon/omics-neo4j-container:latest

About

Dockerfile to set up omics DB and preinitialized databases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages