-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
37 lines (33 loc) · 1.25 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
name = "VCFTools"
uuid = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"
keywords = ["Variant call format", "VCF"]
authors = ["Hua Zhou <hwachou@gmail.com>", "OpenMendel Team"]
version = "0.2.10"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
VariantCallFormat = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1"
[compat]
CodecZlib = "0.7"
DelimitedFiles = "1"
Distributions = "0.24, 0.25"
HypothesisTests = "0.10, 0.11"
ProgressMeter = "1"
SpecialFunctions = "1, 2"
VariantCallFormat = "0.5"
julia = "1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSV", "Random", "StatsBase", "DataFrames", "LinearAlgebra", "Downloads"]