Skip to content

Commit 9f2cdb7

Browse files
committed
v0.2.0
1 parent dfd364a commit 9f2cdb7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinearFold"
22
uuid = "aebc047d-cbe2-4ea1-a181-a2987ad69fed"
33
authors = ["Marco Matthies <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"

Diff for: src/LinearFold.jl

-3
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,6 @@ function sample_structures(seq::AbstractString;
583583
return samples
584584
end
585585

586-
587-
588-
589586
"""
590587
turbofold(sequences; beamsize_hmm, beamsize_cky, iterations,
591588
threshknot_min_helix_len,

0 commit comments

Comments
 (0)