Skip to content

Commit dfd364a

Browse files
committed
bump LinearSampling_jll to v1.0.0, FASTX to v2.x.y
1 parent b249335 commit dfd364a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1414

1515
[compat]
16-
FASTX = "1.3"
16+
FASTX = "2"
1717
LinearFold_jll = "= 1.0.0"
1818
LinearPartition_jll = "= 1.0.0"
19-
LinearSampling_jll = "= 0.0.1"
19+
LinearSampling_jll = "= 1.0.0"
2020
LinearTurboFold_jll = "= 0.0.1"
2121
Unitful = "1.11"
2222
julia = "1.7"

src/LinearFold.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ function cmd_linearsampling(; beamsize::Int=100,
130130
bin = LinearSampling_jll.linearsampling_lazysaving()
131131
end
132132
end
133+
input_file = ""
134+
shape_file_path = ""
133135
cmd = `$bin $beamsize $(Int(is_sharpturn)) $(Int(verbose))
134-
$sample_number $read_forest $(Int(is_fasta))`
136+
$sample_number $read_forest $(Int(is_fasta)) $input_file $shape_file_path`
135137
return cmd
136138
end
137139

0 commit comments

Comments
 (0)