Git Product home page Git Product logo

scalavision / survivor_ant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fritzsedlazeck/survivor_ant

0.0 3.0 0.0 5.6 MB

A framework to annotate SVs with previous known SVs (vcf file) and or with genomic features (gff and or bed files)

License: MIT License

CMake 0.43% C 20.95% C++ 24.78% Makefile 5.40% Shell 1.40% M4 0.10% HTML 38.51% CSS 0.20% SAS 0.04% CLIPS 0.10% Pascal 1.37% Ada 1.74% Assembly 2.76% C# 1.09% Objective-C 0.42% Batchfile 0.01% DIGITAL Command Language 0.53% Module Management System 0.03% Roff 0.08% Perl 0.08%

survivor_ant's Introduction

SURVIVOR_ant

A framework to annotate SVs (vcf file) with previous known SVs (vcf file) and or with genomic features (gff and or bed files).


INSTALL:

Download SURVIVOR:

git clone https://github.com/fritzsedlazeck/SURVIVOR_ant.git


cd SURVIVOR_ant
mkdir build
cd build
cmake ..
make
cd ../bin/survivor_ant-core-0.1.0

Note Mac users often have to provide parameters to the cmake command:

cmake -D CMAKE_C_COMPILER=/opt/local/bin/gcc-mp-4.7 -D CMAKE_CXX_COMPILER=/opt/local/bin/g++-mp-4.7 .. 

Test data:

Can be found here: https://github.com/NCBI-Hackathons/svcompare


USAGE:

./survivor_ant --help

./survivor_ant [-o ] [-l ] [-v ] [-g ] [-b ] [--anno_distance ] [--svs_distance ] -i [--] [--version] [-h]

Where:

-o , --output output file name

-l , --min_length Minimum length of SV to be reported. Default: 20

-v , --vcf VCF input file name(s)

-g , --gff gff annotation(s)

-b , --bed bed annotation(s)

--anno_distance Maximum distance to assign annotations to SVs. Default: 1000

--svs_distance Maximum distance to group SV together. Default: 1000

-i , --svvcf (required) The vcf file that we should annotate

--, --ignore_rest Ignores the rest of the labeled arguments following this flag.

--version Displays version information and exits.

-h, --help Displays usage information and exits.


CONTACT:

If you have questions or encounter a problem please contact: [email protected]

survivor_ant's People

Contributors

fritzsedlazeck avatar

Watchers

James Cloos avatar  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.