Skip to content

Commit

Permalink
Replace ResumableFunctions with Semicoroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed May 4, 2023
1 parent d750eed commit 378944a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
Semicoroutines = "b37d3d51-cc38-4fad-93cd-e6859934553f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
ViennaRNA_jll = "b7a990de-7fa3-5a2e-8a39-d875e4dafecd"
Expand All @@ -18,7 +18,7 @@ ViennaRNA_jll = "b7a990de-7fa3-5a2e-8a39-d875e4dafecd"
DataStructures = "0.18"
LogExpFunctions = "0.3"
OffsetArrays = "1.12"
ResumableFunctions = "0.6"
Semicoroutines = "1"
StaticArrays = "1.4.4"
Unitful = "1.11"
ViennaRNA_jll = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion src/allstruct.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export allstruct
using ResumableFunctions
using Semicoroutines

"""
allstruct(seq::AbstractString; hpmin=3, canbp::Function=(s,i,j)->...)
Expand Down

0 comments on commit 378944a

Please sign in to comment.