-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
35 lines (31 loc) · 1.26 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
name = "BED"
uuid = "8e4a8c10-cb6b-11e8-08d2-83478d609d67"
authors = ["Kenta Sato <[email protected]>", "Daniel C. Jones <[email protected]>", "Ben J. Ward <[email protected]>", "Ciarán O’Mara <[email protected]>"]
version = "0.3.1"
[deps]
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
BGZFStreams = "28d598bf-9b8f-59f1-b38c-5a06b4a0f5e6"
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
GenomicFeatures = "899a7d2d-5c61-547b-bef9-6698a8d05446"
Indexes = "4ffb77ac-cb80-11e8-1b35-4b78cc642f6d"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
Automa = "1"
BGZFStreams = "0.3"
BioGenerics = "0.1"
ColorTypes = "0.7, 0.8, 0.9, 0.10, 0.11"
FixedPointNumbers = "0.5, 0.6, 0.7, 0.8"
GenomicFeatures = "2"
Indexes = "0.1"
TranscodingStreams = "0.9.5, 0.10, 0.11"
julia = "1.6"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FormatSpecimens = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distributions", "Documenter", "FormatSpecimens", "Random", "Test"]