Skip to content

Commit 4d4410b

Browse files
committed
fix(fixedBugInPlottingSupportFunctions): fixed bug that caused extra row to display in in colorbars if too few variants are visualized
1 parent 1756416 commit 4d4410b

20 files changed

+9608
-957
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ VariantVisualization.jl is a package we built specifically to power the genetics
1818

1919
Note: Once you have set up VIVA, you can quickly run the command line tool [EXAMPLES](https://compbiocore.github.io/VariantVisualization.jl/latest/examples/) found in the documentation.
2020

21-
2221
## Installation
2322

2423
### Supported Operating Systems:
@@ -33,18 +32,22 @@ Expected Time for Installation: Installation time depends on your network bandwi
3332

3433
### Command Line Tool
3534

36-
1. Add VariantVisualization.jl using Pkg in the Julia REPL:
37-
a. Open the Julia REPL by typing `julia` into the command line
38-
b. Enter the Pkg manager by entering ']' into the REPL
39-
c. Enter `add VariantVisualization` in the Pkg manager. This will install all of VIVA's dependencies.
35+
1. Add VariantVisualization.jl using Pkg in the Julia REPL
36+
37+
* Open the Julia REPL by typing `julia` into the command line
38+
* Enter the Pkg manager by entering `]` into the REPL
39+
* Enter `add VariantVisualization` in the Pkg manager. This will install all of VIVA's dependencies.
40+
4041
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.
42+
4143
3. Navigate to your working directory and follow the [VIVA manual](https://compbiocore.github.io/VariantVisualization.jl/stable/) to generate your plots.
4244

4345
### Jupyter Notebook
4446

4547
1. [Install Jupyter](https://jupyter.org/install)
4648
2. Install the VariantVisualization.jl Julia package following the Command Line Tool installation instructions above.
4749
3. Download the [VIVA Jupyter Notebook](https://github.com/compbiocore/VariantVisualization.jl/blob/master/VIVA.ipynb).
50+
4. Open the VIVA Jupyter Notebook following the instructions in the [manual](https://compbiocore.github.io/VariantVisualization.jl/latest/).
4851
4. Follow the in-notebook instructions to generate your plots.
4952

5053
### Running VIVA with Docker or Docker Compose

0 commit comments

Comments
 (0)