-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
72 lines (68 loc) · 2.52 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name = "HapLink"
uuid = "8ca39d33-de0d-4205-9b21-13a80f2b7eed"
authors = ["Thomas A. Christensen II, Kansas State University, and contributors"]
version = "1.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
GenomicFeatures = "899a7d2d-5c61-547b-bef9-6698a8d05446"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SequenceVariation = "eef6e190-9969-4f06-a38f-35a110a8fdc8"
SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
VariantCallFormat = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1"
XAM = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
ArgParse = "1"
Automa = "0.7"
BioAlignments = "3"
BioGenerics = "0.1.1"
BioSequences = "3"
BioSymbols = "5"
Combinatorics = "1"
Comonicon = "1"
Dates = "1.6"
Distributions = "0.25"
FASTX = "1.3"
FilePaths = "0.8"
GenomicFeatures = "2"
HypothesisTests = "0.10"
OrderedCollections = "1.4"
Pkg = "1.6"
Random = "1.6"
SHA = "0.7, 1"
SequenceVariation = "0.2.2"
SparseArrayKit = "0.2.1"
Statistics = "1.6"
VariantCallFormat = "0.5"
XAM = "0.3.1"
YAML = "0.4"
julia = "1.6"
[extras]
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SequenceVariation = "eef6e190-9969-4f06-a38f-35a110a8fdc8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
XAM = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
[targets]
test = ["BioAlignments", "BioGenerics", "BioSequences", "Documenter", "Random", "SequenceVariation", "Test", "TestItems", "TestItemRunner", "XAM"]