Skip to content

Commit

Permalink
Merge branch 'release/v1.9' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
moonso committed Dec 12, 2014
2 parents 851342b + 8b76ba4 commit e565a70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ All individuals described in the [ped](http://pngu.mgh.harvard.edu/~purcell/plin

See examples in the folder ```genmod/examples```.

**From version 1.9 genmod can split multiallelic calls in vcf:s, use flag -split/--split_variants.**

To get an example of how splitting variants work, run genmod on the file ```examples/multi_allele_example.vcf``` with the dominant trio.
That is:
```genmod annotate examples/multi_allele_example.vcf -f examples/dominant_trio.ped -split```

Compare the result when not using the ```-split``` flag.

Genmod is distributed with a annotation database that is built from the refGene data.
If the user wants to build a new annotation set use the command below:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# long_description = file.read()

setup(name='genmod',
version='1.8.3',
version='1.9',
description='Annotate genetic inheritance models in variant files',
author = 'Mans Magnusson',
author_email = '[email protected]',
Expand Down

0 comments on commit e565a70

Please sign in to comment.