-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 711 Bytes
/
Copy pathProject.toml
File metadata and controls
25 lines (21 loc) · 711 Bytes
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
name = "VariantCallFormat"
uuid = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1"
authors = ["Rasmus Henningsson <rasmus.henningsson@gmail.com>", "Lund University"]
version = "0.5.9"
[deps]
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
BGZFStreams = "28d598bf-9b8f-59f1-b38c-5a06b4a0f5e6"
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
[compat]
Automa = "1"
BGZFStreams = "0.3"
BioGenerics = "0.1"
BufferedStreams = "1"
julia = "1.6"
[extras]
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[targets]
test = ["Test", "YAML", "OrderedCollections"]