mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
Add SequenceVariation dependency
This commit is contained in:
parent
394fe203a1
commit
7343e852ae
3 changed files with 8 additions and 0 deletions
|
@ -2096,6 +2096,12 @@ git-tree-sha1 = "db8481cf5d6278a121184809e9eb1628943c7704"
|
|||
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
|
||||
version = "1.3.13"
|
||||
|
||||
[[SequenceVariation]]
|
||||
deps = ["BioAlignments", "BioGenerics", "BioSequences", "BioSymbols"]
|
||||
git-tree-sha1 = "203de44c8b6d4a79a91fe40456dcd01cc93d6dca"
|
||||
uuid = "eef6e190-9969-4f06-a38f-35a110a8fdc8"
|
||||
version = "0.1.1"
|
||||
|
||||
[[Serialization]]
|
||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
|
|||
QuantEcon = "fcd29c91-0bd7-5a09-975d-7ac3f643a60c"
|
||||
ReadDatastores = "70a005b8-9d8a-11e9-0d98-c909fa2e52d2"
|
||||
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
|
||||
SequenceVariation = "eef6e190-9969-4f06-a38f-35a110a8fdc8"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
||||
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
|
||||
|
|
|
@ -78,6 +78,7 @@ plus
|
|||
|
||||
- [x] [KmerAnalysis](https://github.com/BioJulia/KmerAnalysis.jl)
|
||||
- [x] [PopGen](https://github.com/BioJulia/PopGen.jl.git)
|
||||
- [x] [SequenceVariation](https://BioJulia/SequenceVariation.jl)
|
||||
|
||||
### Compression Codecs and File Processing
|
||||
|
||||
|
|
Loading…
Reference in a new issue