-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
35 lines (31 loc) · 1.2 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 = "GFF3"
uuid = "af1dc308-cb6b-11e8-32f0-31192efa90f6"
authors = ["Kenta Sato <bicycle1885@gmail.com>", "Daniel C. Jones <dcjones@cs.washington.edu>", "Ben J. Ward <ward9250@gmail.com>", "Ciarán O’Mara <Ciaran.OMara@utas.edu.au>"]
version = "0.2.3"
[deps]
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
BGZFStreams = "28d598bf-9b8f-59f1-b38c-5a06b4a0f5e6"
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"
GenomicFeatures = "899a7d2d-5c61-547b-bef9-6698a8d05446"
Indexes = "4ffb77ac-cb80-11e8-1b35-4b78cc642f6d"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
[compat]
Automa = "0.7, 0.8"
BGZFStreams = "0.3"
BioGenerics = "0.1"
FASTX = "1, 2"
GenomicFeatures = "2"
Indexes = "0.1"
TranscodingStreams = "0.9.5"
URIParser = "0.4"
julia = "1"
[extras]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FormatSpecimens = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
[targets]
test = ["BioSequences", "Documenter", "FormatSpecimens", "Test", "CodecZlib"]