-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 989 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
33
34
name = "BGEN"
uuid = "6db4b851-9beb-4b83-9d64-eb1cfb37721d"
authors = ["Seyoon Ko <[email protected]> and contributors"]
version = "0.2.1"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
GeneticVariantBase = "2447270c-d849-4bf9-ac0d-b5c0b265991c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
CodecZlib = "0.6, 0.7"
CodecZstd = "0.6, 0.7, 0.8"
GeneticVariantBase = "0.1.2"
SIMD = "3"
SQLite = "1"
SpecialFunctions = "1, 2"
Tables = "1"
TranscodingStreams = "0.9"
julia = "1.6"
[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]