Skip to content

Commit

Permalink
add missing parameters to command
Browse files Browse the repository at this point in the history
or remove non existent parameters from inputs

xref bgruening#1185
  • Loading branch information
bernt-matthias committed Nov 16, 2022
1 parent 256b02d commit 1f5ad29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 3 additions & 1 deletion tools/rna_tools/locarna/locarna_exparnap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
--struct-mismatch-score $Scoring.struct_mismatch_score
@HEURISTIC_ARGS@
--max-uil-length-ratio $Heuristics.max_uil_length_ratio
--max-bpil-length-ratio $Heuristics.max_bpil_length_ratio
--prob_unpaired_in_loop_threshold $Heuristics.prob_unpaired_in_loop_threshold
--prob_basepair_in_loop_threshold $Heuristics.prob_basepair_in_loop_threshold
@CONSTRAINT_ARGS@
@FOLDING_ARGS@
## -------------------- other parameters
#
#if str($Other.subopt.subopt_selector) == "on"
Expand Down
14 changes: 3 additions & 11 deletions tools/rna_tools/locarna/locarna_pairwise_p.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<command><![CDATA[
locarna_p
'$inputA'
'$inputB'
@SCORING_ARGS@
@FOLDING_ARGS@
@HEURISTIC_ARGS@
Expand Down Expand Up @@ -105,14 +105,6 @@

<section name="Folding" title="RNA folding parameters">
<expand macro="common_folding_parameters" />
<expand macro="alifold_consensus_parameter" />
<param name="consensus_structure" type="select" label="Consensus structure type"
help="Type of consensus structures written to screen and stockholm output"
>
<!-- <option value="mea">mea</option>-->
<option value="none">none</option>
<option value="alifold">alifold</option>
</param>
</section>

<section name="Heuristics" title="Heuristic parameters">
Expand Down

0 comments on commit 1f5ad29

Please sign in to comment.