File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
1111R2R_jll = " 1e27f72a-4876-5c10-8678-3341fdb8ba55"
1212Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1313Scratch = " 6c6a2e73-6563-6170-7368-637461726353"
14- SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c "
14+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a "
1515Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616UnicodePlots = " b8865327-cd53-5732-bb35-84acbb429228"
1717ViennaRNA = " 05a721ad-238d-4945-8c85-8b5c1fff3465"
@@ -24,7 +24,7 @@ Luxor = "3.3"
2424R2R_jll = " =1.0.6"
2525Requires = " 1.3"
2626Scratch = " 1.1"
27- SnoopPrecompile = " 1"
27+ PrecompileTools = " 1"
2828UnicodePlots = " 3"
2929ViennaRNA = " 0.9,0.10"
3030julia = " 1.6"
Original file line number Diff line number Diff line change 11module PlotRNA
22
3- using SnoopPrecompile : @precompile_all_calls
3+ using PrecompileTools : @compile_workload
44using Requires: @require
55
66export VARNA, R2R, plot_structure
@@ -14,7 +14,7 @@ include("plot_structure.jl")
1414include (" varna.jl" )
1515include (" r2r.jl" )
1616
17- @precompile_all_calls begin
17+ @compile_workload begin
1818 plot_structure (" (((...)))" )
1919 plot_structure (" (((...)))" ; sequence= " GGGAAACCC" )
2020 # TODO : how to precompile but using @require from Requires.jl?
You can’t perform that action at this time.
0 commit comments