compbio-UofT/jannovar

Name: jannovar

Owner: Computational Biology Lab at the University of Toronto

Description: Java framework for annotating VCF files with gene/transcript-based annotations

Created: 2014-07-08 17:23:39.0

Updated: 2014-07-08 18:47:44.0

Pushed: 2014-08-25 20:27:34.0

Homepage: http://compbio.charite.de/

Size: 3338

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Jannovar

Jannovar is a Java library and executable for annotating VCF files with gene/transcript-based annotations and performing simple pedigree/genotype filtering. If you are reading this, then preumably you have already downloaded the source code from github by using the command

$ git clone https://github.com/charite/jannovar

The source code of Jannovar is organized as a maven project that integrates the test and build phases. Here are the most important commands:

$ cd jannovar $ mvn compile

$ mvn jar:jar

$ mvn test

$ mvn javadoc:javadoc

$ mvn package

Version

Jannovar is currently at version 0.6-SNAPSHOT, meaning that we anticipate to extend the public API in the course of 2014 based on comments and suggestions from users. We do not anticipate deprecating or removing functions in the public API, but this cannot be entirely ruled out.

License

Jannovar is licenced under a BSD2 license.

Copyright (c) 2013, Charite Universitätsmedizin Berlin All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.