Mercurial > repos > iuc > tn93_cluster
diff tn93_cluster.xml @ 1:d8dac17a8660 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit 98c0d716cbd1237ae735ce83e0153ee246abd5d8"
| author | iuc |
|---|---|
| date | Wed, 20 Apr 2022 16:58:14 +0000 |
| parents | 6cd9b48ecf93 |
| children | 2ba58ae73c1e |
line wrap: on
line diff
--- a/tn93_cluster.xml Fri Apr 23 03:01:14 2021 +0000 +++ b/tn93_cluster.xml Wed Apr 20 16:58:14 2022 +0000 @@ -1,12 +1,11 @@ -<tool id="tn93_cluster" name="TN93 Cluster" version="@VERSION@"> +<tool id="tn93_cluster" name="TN93 Cluster" version="@TOOL_VERSION@+galaxy1"> <description>sequences that lie within a specific distance of each other</description> <macros> <import>macros.xml</import> </macros> - <requirements> - <requirement type="package" version="@VERSION@">tn93</requirement> + <expand macro="requirements"> <requirement type="package" version="3.9">python</requirement> - </requirements> + </expand> <version_command><![CDATA[tn93 --version]]></version_command> <command detect_errors="exit_code"><