Skip to content

Commit

Permalink
fix tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 5, 2024
1 parent 695feca commit af59f06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/colibread/discosnp_RAD.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="discosnp_rad" name="DiscoSnpRAD" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<description>discovering polymorphism from raw unassembled RADSeq NGS reads.</description>
<macros>
<token name="@TOOL_VERSION@">1.1.5</token>
<token name="@TOOL_VERSION@">2.5.4</token>
<import>macros.xml</import>
</macros>
<expand macro="discosnp_requirements" />
Expand Down
2 changes: 1 addition & 1 deletion tools/colibread/discosnp_pp.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="discosnp_pp" name="DiscoSnp++" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<description>is an efficient tool for detecting SNPs without a reference genome.</description>
<macros>
<token name="@TOOL_VERSION@">1.1.5</token>
<token name="@TOOL_VERSION@">2.5.4</token>
<import>macros.xml</import>
</macros>
<expand macro="discosnp_requirements" />
Expand Down
1 change: 0 additions & 1 deletion tools/colibread/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<macros>
<token name="@TOOL_VERSION@">2.5.4</token>

<token name="@PROFILE@">23.1</token>

Expand Down

0 comments on commit af59f06

Please sign in to comment.