We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3dd1f commit d1da4e3Copy full SHA for d1da4e3
README.md
@@ -33,7 +33,8 @@ This is package is in an early stage and only the following files are supported:
33
34
#### General usage
35
```julia
36
-Pkg.add("IdatFiles");
+#Pkg.add("IdatFiles");
37
+Pkg.add("https://github.com/oheil/IdatFiles.jl#master")
38
using IdatFiles;
39
```
40
To read an illumina idat file use the following command:
0 commit comments