Skip to content

Commit

Permalink
Merge pull request #4878 from planemo-autoupdate/tools/tn93
Browse files Browse the repository at this point in the history
Updating tools/tn93 from version 1.0.6 to 1.0.14
  • Loading branch information
bgruening authored Sep 28, 2024
2 parents be699fd + d69c709 commit e9f254e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/tn93/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.0.6</token>
<token name="@TOOL_VERSION@">1.0.14</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">tn93</requirement>
Expand Down
2 changes: 1 addition & 1 deletion tools/tn93/readreduce.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="tn93_readreduce" name="Merge matching reads" version="@TOOL_VERSION@+galaxy1">
<tool id="tn93_readreduce" name="Merge matching reads" version="@TOOL_VERSION@+galaxy0">
<description>into clusters with TN-93</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tn93/tn93.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="tn93" name="TN93" version="@TOOL_VERSION@+galaxy1">
<tool id="tn93" name="TN93" version="@TOOL_VERSION@+galaxy0">
<description>compute distances between aligned sequences</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tn93/tn93_cluster.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="tn93_cluster" name="TN93 Cluster" version="@TOOL_VERSION@+galaxy1">
<tool id="tn93_cluster" name="TN93 Cluster" version="@TOOL_VERSION@+galaxy0">
<description>sequences that lie within a specific distance of each other</description>
<macros>
<import>macros.xml</import>
Expand Down
4 changes: 2 additions & 2 deletions tools/tn93/tn93_filter.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<tool id="tn93_filter" name="TN93 Filter" version="@TOOL_VERSION@+galaxy1">
<tool id="tn93_filter" name="TN93 Filter" version="@TOOL_VERSION@+galaxy0">
<description>- remove sequences from a reference that are within a given distance of of a cluster</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.70">biopython</requirement>
<requirement type="package" version="1.84">biopython</requirement>
</expand>
<version_command><![CDATA[tn93 --version]]></version_command>
<command detect_errors="exit_code"><![CDATA[
Expand Down

0 comments on commit e9f254e

Please sign in to comment.