Skip to content

Commit

Permalink
docs(Readme,Docs/Index.Md,Docs/Examples.Md): changed link in readme d…
Browse files Browse the repository at this point in the history
…irectly to examples.md rather than docs because doesn't display properly. fixed links in examples
  • Loading branch information
gtollefson committed Apr 5, 2019
1 parent c259b0b commit 7f3f108
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use VIVA, you must download the Julia programming language version >=1.0 and

## Getting Started:

Note: Once you have set up VIVA, you can quickly run the command line tool [examples](https://compbiocore.github.io/VariantVisualization.jl/stable/examples/) found in the documentation.
Note: Once you have set up VIVA, you can quickly run the command line tool [EXAMPLES](https://github.com/compbiocore/VariantVisualization.jl/blob/master/docs/src/examples.md) found in the documentation.

## *Installation*

Expand Down
6 changes: 3 additions & 3 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Running VIVA with no options produces heatmaps of genotype and read depth values
```
julia VIVA -f test_4X_191.vcf -t Default_Options -s png
```

![VIVA Logo](assets/VIVA_logo.png)
![Default Genotype Heatmap](assets/Genotype_Default_Options.png)

![Default Read Depth Heatmap](assets/Read_Depth_Default_Options.png)
Expand Down Expand Up @@ -42,6 +42,6 @@ Generate heatmaps of genotype and read depth values of variants selected within
julia VIVA -f test_4X_191.vcf -t Genomic_Range_Chr4:3076150-3076390 -r chr4:3076150-3076390 -y positions --select_samples select_samples_list.txt -s png
```

![Genomic Range Genotype Heatmap](assets/Genotype_Genomic_Range_Chr4/3076150-3076390.png)
![Genomic Range Read Depth Heatmap](assets/Read_Depth_Genomic_Range_Chr4/3076150-3076390.png)
![Genomic Range Genotype Heatmap](assets/Genotype_Genomic_Range_Chr4:3076150-3076390.png)
![Genomic Range Read Depth Heatmap](assets/Read_Depth_Genomic_Range_Chr4:3076150-3076390.png)

8 changes: 0 additions & 8 deletions examples/literate_src/1_viva.jl

This file was deleted.

16 changes: 0 additions & 16 deletions examples/runexamples.jl

This file was deleted.

1 change: 0 additions & 1 deletion googlefdc38aeb90acee4c.html

This file was deleted.

0 comments on commit 7f3f108

Please sign in to comment.