File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,10 @@ LinearSampling_jll = "= 1.0.0"
2020LinearTurboFold_jll = " = 0.0.1"
2121Unitful = " 1.11"
2222julia = " 1.7"
23+
24+ [extras ]
25+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
26+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
27+
28+ [targets ]
29+ test = [" Aqua" , " Test" ]
Original file line number Diff line number Diff line change 11# Julia interface to LinearFold
22
33[ ![ Build Status] ( https://github.com/marcom/LinearFold.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/marcom/LinearFold.jl/actions/workflows/CI.yml?query=branch%3Amain )
4+ [ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
45
56Unofficial Julia interface to the
67[ LinearFold] ( https://github.com/LinearFold ) suite of programs for RNA
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import Aqua
2+ using LinearFold
3+
4+ @testset " Aqua.test_all" begin
5+ showtestset ()
6+ Aqua. test_all (LinearFold)
7+ end
Original file line number Diff line number Diff line change 5252
5353@testset verbose= true " LinearFold" begin
5454 showtestset ()
55+ include (" aqua.jl" )
5556
5657 @testset " energy" begin
5758 showtestset ()
You can’t perform that action at this time.
0 commit comments