Skip to content

Commit

Permalink
update v08 to fix meme version check error
Browse files Browse the repository at this point in the history
  • Loading branch information
michauhl committed Dec 10, 2023
1 parent 04eb6bf commit c20599c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rna_tools/rbpbench/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.7</token>
<token name="@TOOL_VERSION@">0.8</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@profile@">22.05</token>
<xml name="requirements">
Expand Down
6 changes: 6 additions & 0 deletions tools/rna_tools/rbpbench/rbpbench.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
--plotly-js-mode 4
#end if
#end if
--meme-no-check
--meme-no-pgc
#if $action_type.search_output_options.search_report:
&&
Expand Down Expand Up @@ -146,6 +148,8 @@
$i.dataset_method_id
#end for
@COMMON_PARAMS@
--meme-no-check
--meme-no-pgc
#elif $action_type.action_type_selector == 'batch_table_search_motifs':
@PREPARE_REF@
Expand All @@ -162,6 +166,8 @@
$i.element_identifier
#end for
@COMMON_PARAMS@
--meme-no-check
--meme-no-pgc
#elif $action_type.action_type_selector == 'plot_nt_dist':
@PREPARE_REF@
Expand Down

0 comments on commit c20599c

Please sign in to comment.