Skip to content

Commit

Permalink
docs(Readme): specify julia >= v1.0 is required
Browse files Browse the repository at this point in the history
specify Julia version supported by tool
  • Loading branch information
gtollefson committed Apr 1, 2019
1 parent 8302152 commit 014b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VariantVisualization.jl is a package we built specifically to power the genetics

*VIVA* 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 offers a robust set of filters to select variants and samples of interest for analysis. VIVA 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.

To use VIVA, you must download the Julia programming language and install the VariantVisualization.jl Julia package as well as the VIVA script.
To use VIVA, you must download the Julia programming language version >=1.0 and install the VariantVisualization.jl Julia package as well as the VIVA script.

## Getting Started: *Installation*

Expand Down

0 comments on commit 014b095

Please sign in to comment.