Git Product home page Git Product logo

bassovac's Introduction

==============================================================================
Compiling Bassovac
==============================================================================

------------------------------------------------------------------------------
1) Dependencies
------------------------------------------------------------------------------

The build process requires the following tools:
    CMake 2.8   (http://www.cmake.org)
    boost 1.40+ (http://www.boost.org)

If you are running a recent, debian based distro this may work for you:

    sudo apt-get install libboost-all-dev cmake

------------------------------------------------------------------------------
2) Setup build environment
------------------------------------------------------------------------------

First, make sure your checkout is complete by initializing the build-common
submodule:

    git submodule update --init build-common


Next, create an out-of-source build directory, change into it, and run cmake
with the path to the top of the bassovac checkout. For example, to build in a
subdirectory of the checkout called 'build', one runs:

    mkdir build
    cd build
    cmake ..

Or to build in /tmp:

    mkdir /tmp/build-bassovac
    cd /tmp/build-bassovac
    cmake ~/path/to/bassovac/checkout

------------------------------------------------------------------------------
3) Build and test
------------------------------------------------------------------------------

To build, simply run make in the build directory.  Once make is finished, you
can run the unit test suite by executing 'ctest' from the build directory. All
binaries can be found in the bin/ subdirectory where you built.


==============================================================================
Output Format
==============================================================================

The tab separated output fields are:

 1) sequence name (chromosome)
 2) start position 
 3) end position 
 4) reference base
 5) total normal reads at this position
 6) # normal reads supporting reference
 7) harmonic mean of normal base qualities
 8) total tumor reads at this position
 9) # tumor reads supporting reference
10) harmonic mean of tumor base qualities
11) probability of homozygous variant
12) probability of heterozygous variant
13) probability of somatic variant
14) probability of loss of heterozygosity event
15) probability of 'non-interesting' event

bassovac's People

Contributors

beifang avatar

Watchers

James Cloos avatar  avatar

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.