Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlignmentAnchor method signature #69

Open
CiaranOMara opened this issue Feb 12, 2022 · 1 comment
Open

AlignmentAnchor method signature #69

CiaranOMara opened this issue Feb 12, 2022 · 1 comment

Comments

@CiaranOMara
Copy link
Member

CiaranOMara commented Feb 12, 2022

The following was caught as an unrelated error in a BGZFStreams.jl downstream test.

MethodError: no method matching AlignmentAnchor(::Int64, ::Int64, ::BioAlignments.Operation)
[243](https://github.com/BioJulia/BGZFStreams.jl/runs/5163487858?check_suite_focus=true#step:6:243)
  Closest candidates are:
[244](https://github.com/BioJulia/BGZFStreams.jl/runs/5163487858?check_suite_focus=true#step:6:244)
    AlignmentAnchor(::Any, ::Any, ::Any, ::Any) at ~/.julia/packages/BioAlignments/EyHqv/src/anchors.jl:13
[245](https://github.com/BioJulia/BGZFStreams.jl/runs/5163487858?check_suite_focus=true#step:6:245)
    AlignmentAnchor(::Int64, ::Int64, ::Int64, ::BioAlignments.Operation) at ~/.julia/packages/BioAlignments/EyHqv/src/anchors.jl:13

Let us yank v2.0.1 and v2.1.0 of BioAlignments at JuliaRegistries/General.

Then I think the easiest fix is to go straight to v3, or we would need to resupply the v2 method signature AlignmentAnchor(::Int64, ::Int64, ::BioAlignments.Operation) and tag as v2.1.1.


Edited for clarity.
@kescobo
Copy link
Member

kescobo commented Feb 14, 2022

just for reference, v2.0.1 actually isn't in the general registry, it was rejected because it includes narrowing the supported julia versions. But I had tagged it for Zenodo to fix #65

CiaranOMara added a commit to CiaranOMara/General that referenced this issue Feb 15, 2022
There was a breaking change after v2.0.0.
 
BioJulia/BioAlignments.jl#69

CC @kescobo
giordano pushed a commit to JuliaRegistries/General that referenced this issue Feb 27, 2022
There was a breaking change after v2.0.0.
 
BioJulia/BioAlignments.jl#69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants