Mercurial > repos > iuc > spyboat
comparison spyboat.xml @ 8:10ae027ab022 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/spyboat commit 4b95b96461684de086fe7e8086af9385f3ed7930
author | iuc |
---|---|
date | Wed, 20 Dec 2023 18:03:23 +0000 |
parents | 4c51f0bac726 |
children |
comparison
equal
deleted
inserted
replaced
7:4c51f0bac726 | 8:10ae027ab022 |
---|---|
1 <tool id="spyboat" name="Perform wavelet transformation on 3D-image stack" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> | 1 <tool id="spyboat" name="Perform wavelet transformation on 3D-image stack" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> |
2 <description>with SpyBOAT</description> | 2 <description>with SpyBOAT</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">0.1.2</token> | 4 <token name="@TOOL_VERSION@">0.1.2</token> |
5 <token name="@VERSION_SUFFIX@">2</token> | 5 <token name="@VERSION_SUFFIX@">3</token> |
6 </macros> | 6 </macros> |
7 <edam_operations> | 7 <edam_operations> |
8 <edam_operation>operation_3443</edam_operation> | 8 <edam_operation>operation_3443</edam_operation> |
9 </edam_operations> | 9 </edam_operations> |
10 <requirements> | 10 <requirements> |
11 <requirement type="package" version="@TOOL_VERSION@">spyboat</requirement> | 11 <!-- TODO replace requirement version with TOOL_VERSION: this tool has been accidentally merged with 0.1.2 which did not exist yet--> |
12 <requirement type="package" version="0.1.1">spyboat</requirement> | |
12 </requirements> | 13 </requirements> |
13 <version_command>python '$__tool_directory__/spyboat_cli.py' --version</version_command> | 14 <version_command>python '$__tool_directory__/spyboat_cli.py' --version</version_command> |
14 <command detect_errors="exit_code"><![CDATA[ | 15 <command detect_errors="exit_code"><![CDATA[ |
15 ## needed for pulsar combat | 16 ## needed for pulsar combat |
16 cat '$__tool_directory__/output_report.py' > /dev/null && | 17 cat '$__tool_directory__/output_report.py' > /dev/null && |