Skip to content

Commit 4a3bdd2

Browse files
Merge pull request #9 from juhkim111/julia-0.7
update docs to v1.1
2 parents 140eff9 + d1f2430 commit 4a3bdd2

8 files changed

Lines changed: 1902 additions & 2277 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,20 @@ This [Julia](http://julialang.org/) package provides computational routines for
88

99
## Installation
1010

11-
Within Julia, use the package manager to install VarianceComponentModels:
11+
This package requires Julia v0.7.0 or later, which can be obtained from
12+
https://julialang.org/downloads/ or by building Julia from the sources in the
13+
https://github.com/JuliaLang/julia repository.
1214

13-
Pkg.clone("https://github.com/OpenMendel/VarianceComponentModels.jl.git")
14-
15-
This package supports Julia v0.7 and v1.0.
15+
The package has not yet been registered and must be installed using the repository location.
16+
Start julia and use the `]` key to switch to the package manager REPL
17+
```julia
18+
(v0.7) pkg> add https://github.com/OpenMendel/VarianceComponentModels.jl.git#Julia-0.7
19+
```
20+
Use the backspace key to return to the Julia REPL.
1621

1722
## Citation
1823

19-
If you use this analysis package in your research, please cite the following reference in the resulting publications:
24+
If you use [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:
2025

2126
*Lange K, Papp JC, Sinsheimer JS, Sripracha R, Zhou H, Sobel EM (2013) Mendel: The Swiss army knife of genetic analysis programs. Bioinformatics 29:1568-1570.*
2227

0 commit comments

Comments
 (0)