-
Notifications
You must be signed in to change notification settings - Fork 18
/
Project.toml
79 lines (73 loc) · 2.48 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
73
74
75
76
77
78
79
name = "MIToS"
uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
version = "3.0.6"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FastaIO = "a0c94c4b-ebed-5953-b5fc-82fe598ac79f"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PairwiseListMatrices = "f9da4da7-9382-5435-b973-175f5d8dfb32"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[weakdeps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ROCAnalysis = "f535d66d-59bb-5153-8d2b-ef0a426c6aff"
[extensions]
MIToSClusteringExt = "Clustering"
MIToSROCAnalysisExt = "ROCAnalysis"
[compat]
BioStructures = "4"
Aqua = "0.8"
AutoHashEquals = "0.2, 1, 2"
Clustering = "0.14, 0.15"
CodecZlib = "0.6, 0.7"
Dates = "1"
DelimitedFiles = "1"
Documenter = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1"
Downloads = "1"
FastaIO = "1"
Format = "1"
JSON3 = "1"
LightXML = "0.8, 0.9"
LinearAlgebra = "1"
Logging = "1"
Markdown = "1"
NamedArrays = "0.9, 0.10"
OrderedCollections = "1.1"
PairwiseListMatrices = "0.11"
Pkg = "1"
ROCAnalysis = "0.3"
Random = "1"
RecipesBase = "1"
Serialization = "1"
StaticArrays = "0.12, 1.0"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
Test = "1"
TranscodingStreams = "0.9, 0.10, 0.11"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ROCAnalysis = "f535d66d-59bb-5153-8d2b-ef0a426c6aff"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "DelimitedFiles", "Test", "ROCAnalysis", "Documenter", "Clustering"]