Skip to content

Commit d01ad2d

Browse files
committed
change repo name
1 parent 062e008 commit d01ad2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ This package is in an early stage and only the following files are supported:
3333

3434
#### General usage
3535
```julia
36-
#Pkg.add("IdatFiles");
37-
Pkg.add("https://github.com/oheil/IdatFiles.jl#master")
38-
using IdatFiles;
36+
#Pkg.add("IlluminaIdatFiles");
37+
Pkg.add("https://github.com/oheil/IlluminaIdatFiles.jl#master")
38+
using IlluminaIdatFiles;
3939
```
4040
To read an illumina idat file use the following command:
4141
```julia
@@ -46,7 +46,7 @@ Example:
4646
filename=raw"c:\temp\idat\204792200130_R01C01_Grn.idat"
4747
data=idat_read(filename)
4848
```
49-
The returned `data` is a struct of type `IdatFiles.Idat`:
49+
The returned `data` is a struct of type `IlluminaIdatFiles.Idat`:
5050
```julia
5151
mutable struct Idat
5252
nSNPsRead::Int32

0 commit comments

Comments
 (0)