1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-12 21:33:10 +00:00

Update BioAlignments to v2.2 and BioSequences to v3

Ok, so this isn't atomic, but we can't upgrade these separately.
This commit is contained in:
Thomas A. Christensen II 2022-07-07 09:13:58 -05:00
parent 52d0ce21b0
commit e560681afa
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -17,9 +17,9 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
Automa = "0.7, 0.8"
BGZFStreams = "0.3"
BioAlignments = "2"
BioAlignments = "2.2"
BioGenerics = "0.1"
BioSequences = "2.0.4"
BioSequences = "3"
GenomicFeatures = "2"
Indexes = "0.1"
TranscodingStreams = "0.6, 0.7, 0.8, 0.9"