-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
61 lines (57 loc) · 2.35 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
name = "FlashWeave"
uuid = "2be3f83a-7913-5748-9f20-7d448995b934"
keywords = ["metagenomics", "microbiome", "probabilistic-graphical-models", "high-performance-computing", "compositional-data", "metadata", "ecological-network", "co-occurence", "julia", "bioinformatics"]
license = "GPL-3.0"
desc = "Inference of microbial interaction networks from large-scale heterogeneous abundance data"
authors = ["Janko Tackmann <[email protected]>"]
version = "0.19.2"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Combinatorics = "0.7, 1"
DataStructures = "0.17, 0.18"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
FileIO = "1, 1.1, 1.2, 1.3, 1.4, 1.11"
HDF5 = "0.12, 0.13, 0.15, 0.16"
JLD2 = "0.2, 0.3, 0.4"
JSON = "0.21"
Graphs = "1, 1.6"
SimpleWeightedGraphs = "1, 1.1, 1.2"
StatsBase = "0.32, 0.33"
StableRNGs = "1"
julia = "1.6"
DelimitedFiles = "1.6"
Distributed = "1.6"
Logging = "1.6"
Random = "1.6"
SparseArrays = "1.6"
Statistics = "1.6"
Test = "1.6"
[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
[targets]
test = ["Statistics", "DelimitedFiles", "Test", "SparseArrays", "Random", "Logging", "Distributed", "StableRNGs"]