-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
49 lines (45 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
47
48
49
name = "TrajGWAS"
uuid = "9514c204-b736-47c9-8157-11c3e9e5ab30"
authors = ["Seyoon Ko <[email protected]>, Chris German <[email protected]>, and contributors"]
version = "0.4.6"
[deps]
BGEN = "6db4b851-9beb-4b83-9d64-eb1cfb37721d"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SnpArrays = "4e780e97-f5bf-4111-9dc4-b70aaf691b06"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"
VariantCallFormat = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1"
WiSER = "2ff19380-1883-49fc-9d10-450face6b90c"
[compat]
BGEN = "0.1.8"
CSV = "0.8, 0.9, 0.10"
DataFrames = "1"
Distributions = "0.24, 0.25"
Interpolations = "0.13, 0.14"
MathOptInterface = "1"
Optim = "1"
Reexport = "1"
SnpArrays = "0.3.8"
Statistics = "1"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
Tables = "1"
VCFTools = "0.2.7"
VariantCallFormat = "0.5"
WiSER = "0.2.2"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]