Skip to content

Commit e9f254e

Browse files
authored
Merge pull request #4878 from planemo-autoupdate/tools/tn93
Updating tools/tn93 from version 1.0.6 to 1.0.14
2 parents be699fd + d69c709 commit e9f254e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

tools/tn93/macros.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<macros>
3-
<token name="@TOOL_VERSION@">1.0.6</token>
3+
<token name="@TOOL_VERSION@">1.0.14</token>
44
<xml name="requirements">
55
<requirements>
66
<requirement type="package" version="@TOOL_VERSION@">tn93</requirement>

tools/tn93/readreduce.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="tn93_readreduce" name="Merge matching reads" version="@TOOL_VERSION@+galaxy1">
1+
<tool id="tn93_readreduce" name="Merge matching reads" version="@TOOL_VERSION@+galaxy0">
22
<description>into clusters with TN-93</description>
33
<macros>
44
<import>macros.xml</import>

tools/tn93/tn93.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="tn93" name="TN93" version="@TOOL_VERSION@+galaxy1">
1+
<tool id="tn93" name="TN93" version="@TOOL_VERSION@+galaxy0">
22
<description>compute distances between aligned sequences</description>
33
<macros>
44
<import>macros.xml</import>

tools/tn93/tn93_cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="tn93_cluster" name="TN93 Cluster" version="@TOOL_VERSION@+galaxy1">
1+
<tool id="tn93_cluster" name="TN93 Cluster" version="@TOOL_VERSION@+galaxy0">
22
<description>sequences that lie within a specific distance of each other</description>
33
<macros>
44
<import>macros.xml</import>

tools/tn93/tn93_filter.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<tool id="tn93_filter" name="TN93 Filter" version="@TOOL_VERSION@+galaxy1">
1+
<tool id="tn93_filter" name="TN93 Filter" version="@TOOL_VERSION@+galaxy0">
22
<description>- remove sequences from a reference that are within a given distance of of a cluster</description>
33
<macros>
44
<import>macros.xml</import>
55
</macros>
66
<expand macro="requirements">
7-
<requirement type="package" version="1.70">biopython</requirement>
7+
<requirement type="package" version="1.84">biopython</requirement>
88
</expand>
99
<version_command><![CDATA[tn93 --version]]></version_command>
1010
<command detect_errors="exit_code"><![CDATA[

0 commit comments

Comments
 (0)