Giter Site home page Giter Site logo

raonyguimaraes / kestrel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paudano/kestrel

0.0 3.0 0.0 3.02 MB

Mapping-free variant caller for short-read Illumina data

License: GNU Lesser General Public License v3.0

Python 0.90% TeX 10.68% Shell 0.13% Java 88.30%

kestrel's Introduction

kestrel

Mapping-free variant caller for short-read Illumina data

Kestrel is a variant-caller for short-read Illumina data. It does not align sequence reads or perform a de novo assembly. Instead, it breaks reads into k-mers, which are short overlapping fragments of uniform length, and it counts the number of occurences of each unique k-mer in the sequence data. It also finds the ordered k-mers of a reference. With these two k-mer sets, Kestrel searches for patterns of variation. By using a novel local assembly method guided by the reference, it builds one or more sequences over the altered region and call variants from its alignment.

This work has been submitted to bioRxiv (BIORXIV/2017/153619) and Oxford Bioinformatics (BIOINF-2017-1097) and has not yet been peer-reviewed.

Check out releases for the latest version of Kestrel. The software can be run with the kestrel script or with java -Xmx4G -jar kestrel.jar. Use the --help (or -h) option for a list of available parameters.

Do not separate kestrel.jar from the other JAR files in its directory. You may create symbolic links in another direcotry to kestrel.jar. If the JAR file itself is moved, the other JAR files must be moved along with it. If the JAR files are separated, Kestrel will not be able to find libraries it depends on.

kestrel's People

Contributors

paudano avatar

Watchers

Raony Guimaraes avatar 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.