We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47faf7b commit a0f433fCopy full SHA for a0f433f
README.md
@@ -9,9 +9,7 @@
9
Download and install [Julia](https://julialang.org/downloads/). Within Julia, copy and paste the following:
10
```julia
11
using Pkg
12
-pkg"add https://github.com/OpenMendel/SnpArrays.jl"
13
-pkg"add https://github.com/OpenMendel/VCFTools.jl"
14
-pkg"add https://github.com/OpenMendel/BGEN.jl"
+pkg"add SnpArrays VCFTools BGEN"
15
pkg"add https://github.com/OpenMendel/MendelImpute.jl"
16
```
17
This package supports Julia `v1.6`+.
0 commit comments