Skip to content

Commit

Permalink
docs(readme): removed typo line
Browse files Browse the repository at this point in the history
  • Loading branch information
gtollefson committed Mar 28, 2019
1 parent 36a4465 commit d5ae2de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ 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 contribute to *VIVA*, developers may use the functions contained


## Getting Started: *Installation*

Expand All @@ -29,7 +27,7 @@ Windows 10, Windows 7
### Command Line Tool

1. Add VariantVisualization.jl in the Julia Pkg prompt.
2. Download the [VIVA](https://github.com/compbiocore/VariantVisualization.jl/tree/master/VIVA) tool script and save it to a working directory for your analysis.
2. Download the [VIVA](https://github.com/compbiocore/VariantVisualization.jl/blob/master/viva) tool script and save it to a working directory for your analysis.
3. Navigate to your working directory and follow the [VIVA manual](https://compbiocore.github.io/VariantVisualization.jl/latest/) to generate your plots.

### Jupyter Notebook
Expand Down

0 comments on commit d5ae2de

Please sign in to comment.