-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
75 lines (71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name = "BioMakie"
uuid = "7de43156-b762-4475-b39f-ba1e1e59ee2f"
authors = ["Daniel Kool"]
version = "0.4.1"
[deps]
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"
FastaIO = "a0c94c4b-ebed-5953-b5fc-82fe598ac79f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Hyperscript = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
MIToS = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
MolecularGraph = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PairwiseListMatrices = "f9da4da7-9382-5435-b973-175f5d8dfb32"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
[compat]
BioAlignments = "2, 3"
BioStructures = "4"
ColorSchemes = "3"
Colors = "0.12, 0.13"
ColorTypes = "0.11, 0.12"
DataStructures = "0.18"
DelimitedFiles = "1"
Distances = "0.10"
Downloads = "1"
FASTX = "1.2, 2"
FastaIO = "1"
FileIO = "1"
GLFW = "3"
GLMakie = "0.9, 0.10"
GeometryBasics = "0.4, 0.5"
HTTP = "1"
Hyperscript = "0.0.4, 0.0.5"
ImageCore = "0.9, 0.10"
ImageShow = "0.3"
JSON3 = "1"
Lazy = "0.15"
MIToS = "3"
Makie = "0.19, 0.20, 0.21"
Meshes = "0.43"
MolecularGraph = "0.13, 0.14, 0.15, 0.16"
OrderedCollections = "1.4"
PairwiseListMatrices = "0.11"
SplitApplyCombine = "1.2"
TableTraitsUtils = "1"
TensorCast = "0.4.8"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]