mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-14 14:23:11 +00:00
33 lines
1 KiB
TOML
33 lines
1 KiB
TOML
name = "XAM"
|
|
uuid = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
|
|
authors = ["Kenta Sato <bicycle1885@gmail.com>", "Ben J. Ward <ward9250@gmail.com>", "Ciarán O'Mara <Ciaran.OMara@utas.edu.au>"]
|
|
version = "0.2.2"
|
|
|
|
[deps]
|
|
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
|
|
BGZFStreams = "28d598bf-9b8f-59f1-b38c-5a06b4a0f5e6"
|
|
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
|
|
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
|
|
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
|
|
GenomicFeatures = "899a7d2d-5c61-547b-bef9-6698a8d05446"
|
|
Indexes = "4ffb77ac-cb80-11e8-1b35-4b78cc642f6d"
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
|
|
|
|
[compat]
|
|
Automa = "0.7, 0.8"
|
|
BGZFStreams = "0.3"
|
|
BioAlignments = "2"
|
|
BioGenerics = "0.1"
|
|
BioSequences = "2"
|
|
GenomicFeatures = "2"
|
|
Indexes = "0.1"
|
|
TranscodingStreams = "0.6, 0.7, 0.8, 0.9"
|
|
julia = "1.1"
|
|
|
|
[extras]
|
|
FormatSpecimens = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["FormatSpecimens", "Test"]
|