-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
32 lines (28 loc) · 950 Bytes
/
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
name = "ProtPlot"
uuid = "77b3afcc-388a-4e14-926d-b99c82d1a01f"
authors = ["Anton Oresten <anton.oresten42@gmail.com>"]
version = "0.5.3"
[deps]
AssigningSecondaryStructure = "8ed43e74-60fb-4e11-99b9-91deed37aef7"
Backboner = "9ac9c2a2-1cfe-46d3-b3fd-6fa470ea56a7"
BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
ProteinChains = "b8e8f2a5-48d3-44f1-ba0d-c71cb7726ff8"
[compat]
AssigningSecondaryStructure = "0.5"
Backboner = "0.12"
BioStructures = "4"
ColorTypes = "0.8, 0.9, 0.10, 0.11, 0.12"
Dierckx = "0.5"
LinearAlgebra = "1"
Makie = "0.21, 0.22"
ProteinChains = "0.3, 0.4, 0.5"
julia = "1"
[extras]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "GLMakie"]