-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
46 lines (42 loc) · 1.5 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
name = "MendelIHT"
uuid = "921c7187-1484-5754-b919-5d3ed9ac03c4"
keywords = ["GWAS", "Genome-wide association studies", "feature selection", "iterative hard thresholding"]
authors = ["Benjamin Chu <[email protected]>", "Kevin Keys <[email protected]>"]
version = "1.4.11"
[deps]
BGEN = "6db4b851-9beb-4b83-9d64-eb1cfb37721d"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SnpArrays = "4e780e97-f5bf-4111-9dc4-b70aaf691b06"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"
[compat]
BGEN = "0.1"
CSV = "0.10"
DataFrames = "0.22, 1"
DelimitedFiles = "1"
Distances = "0.10"
Distributions = "0.24, 0.25"
GLM = "1"
ProgressMeter = "1"
Reexport = "1"
SnpArrays = "0.3.15"
SpecialFunctions = "1, 2"
StatsBase = "0.33, 0.34"
VCFTools = "0.2"
julia = "1.5, 1.6"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BenchmarkTools"]