Skip to content

Commit

Permalink
fix(Readme.MdEditted): added supported os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtollefson committed Mar 26, 2019
2 parents 94a06ba + 44f5200 commit 9f7ecd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VIVA"
uuid = "d7f9f8fa-e687-11e8-2c0b-eb4ab256ef6a"
authors = ["George Tollefson <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand All @@ -16,4 +16,4 @@ Rsvg = "c4c386cf-5103-5370-be45-f3a111cca3b8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = ">=0.7"
julia = ">=1.0"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

VIVA.jl is a user-friendly command line tool for creating publication quality graphics from Variant Call Format (VCF) files and has been designed for clinicians and bioinformaticians to explore their VCF files visually. Users can quickly extract genotype or read depth information and plot trends in interactive categorical heatmaps and scatter plots of average read depth values. ViVa.jl offers a robust set of filters to select variants and samples of interest for analysis. ViVa.jl is especially useful in early data exploration for identifying batch effect and sources of poor read depth, as well as identifying distribution of disease causing variants in a set of clinical samples.


## Installation

### Supported Operating Systems:
Expand Down

0 comments on commit 9f7ecd2

Please sign in to comment.