Giter Site home page Giter Site logo

dna0ff / biograph Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spiralgenetics/biograph

0.0 0.0 0.0 203.28 MB

The BioGraph genomics analysis platform

License: Other

Starlark 1.13% C++ 21.58% C 3.59% HTML 61.44% Shell 0.42% Python 6.05% CSS 0.17% JavaScript 1.43% Dockerfile 0.01% PostScript 0.01% Roff 0.03% Makefile 0.01% Perl 0.02% Jupyter Notebook 4.14%

biograph's Introduction

BioGraph

This is the codebase for the BioGraph genomic analysis platform. It is free for academic use. See the LICENSE file for details.

Quick start

Download a pre-built binary from GitHub releases. Releases are statically built and should run on most recent Linux distributions.

In addition to the release, you will need a copy of the classifier model:

$ wget https://spiral-public.s3.us-west-2.amazonaws.com/models/biograph_model-7.0.0.ml

or

$ aws s3 cp s3://spiral-public/models/biograph_model-7.0.0.ml . --no-sign-request

You will also need a few common bioinformatics packages. To install them on Ubuntu:

$ sudo apt install -y vcftools tabix bcftools

BioGraph can also be run as a Docker container:

$ docker run spiralgenetics/biograph ...

Documentation

Full documentation available here

For other dependencies and full installation instructions, see the online installation docs.

Building the code

We recommend building on Ubuntu 18.04 or later. The following system dependencies are required:

$ apt-get install -y python3.6 python3.6-dev build-essential libbz2-dev libz-dev libcurl4-openssl-dev dh-autoreconf wamerican docker.io

You will also need a recent version of bazelisk. Download the binary for your architecture and save it to a file named bazel somewhere in your PATH.

Build and run all tests:

$ bazel test ... --config=manylinux2014

Create a release tarball:

$ bazel build -c opt --config=release //python/biograph:package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.