forked from BioJulia/GenomicFeatures.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
24 lines (20 loc) · 807 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
name = "GenomicFeatures"
uuid = "899a7d2d-5c61-547b-bef9-6698a8d05446"
authors = ["Kenta Sato <[email protected]>", "Ben J. Ward <[email protected]>", "Ciarán O’Mara <[email protected]>"]
version = "2.0.4"
[deps]
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
[compat]
BioGenerics = "0.1"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
IntervalTrees = "1.0"
julia = "1"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distributions", "Documenter", "Random", "Test"]