Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Dec 26, 2024
1 parent 3cab829 commit 374f41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/lastz/lastz.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="lastz_wrapper_2" name="LASTZ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="lastz_wrapper_2" name="LASTZ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>: align long sequences</description>
<macros>
<import>lastz_macros.xml</import>
Expand All @@ -7,7 +7,7 @@
<requirements>
<requirement type="package" version="@TOOL_VERSION@">lastz</requirement>
<requirement type="package" version="1.21">samtools</requirement>
<requirement type="package" version="3.6.3">r-base</requirement>
<requirement type="package" version="4.4">r-base</requirement>
<requirement type="package" version="1.0.8">bzip2</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/lastz/lastz_d.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="lastz_d_wrapper" name="LASTZ_D" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="lastz_d_wrapper" name="LASTZ_D" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>: estimate substitution scores matrix</description>
<macros>
<import>lastz_macros.xml</import>
Expand Down

0 comments on commit 374f41b

Please sign in to comment.