-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
33 lines (29 loc) · 956 Bytes
/
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
name = "MendelPlots"
uuid = "7ab2ea78-72dd-4c03-85d8-fc2b0db252af"
keywords = ["GWAS", "plots", "genetics plots", "manhattan plot"]
author = ["Chris German <germc3@ucla.edu>", "Hua Zhou <huazhou@ucla.edu>", "OpenMendel Team"]
version = "0.1.6"
[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
[compat]
Cairo = "1"
Colors = "0.12"
Compose = "0.9"
DataFrames = "0.21, 0.22, 1"
Distributions = "0.23 - 0.25"
Gadfly = "1"
Reexport = "1"
TextParse = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]