-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
53 lines (49 loc) · 1.62 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "GhostKnockoffGWAS"
uuid = "28dc8d00-4921-4061-9921-3f423e4be5cc"
authors = ["Benjamin Chu <[email protected]>"]
version = "0.2.4"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CovarianceEstimation = "587fd27a-f159-11e8-2dae-1979310e6154"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
Ghostbasil = "42a9b20f-2d23-465a-b7ed-975dbff4a4d6"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Knockoffs = "878bf26d-0c49-448a-9df5-b057c815d613"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SnpArrays = "4e780e97-f5bf-4111-9dc4-b70aaf691b06"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"
VariantCallFormat = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1"
ghostbasil_jll = "caeec347-1c5e-53ac-8e86-7f5e1a690164"
[compat]
ArgParse = "1.0"
CSV = "0.10"
DataFrames = "1"
DelimitedFiles = "1"
Distributions = "0.25"
Knockoffs = "2"
LinearAlgebra = "1"
Optim = "1.7"
Random = "1"
StatsBase = "0.34"
Statistics = "1.9"
SnpArrays = "0.3"
Ghostbasil = "0.0.1"
HDF5 = "0.17.1"
VCFTools = "0.2"
VariantCallFormat = "0.5"
ElasticArrays = "1.2"
CovarianceEstimation = "0.2"
julia = "1.6"
[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Downloads"]