comparison macros.xml @ 1:2d8e8898649f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/paffy commit 30ac0af6dfa729277011bcd73cd5560efa03fb97
author iuc
date Wed, 18 Mar 2026 15:13:37 +0000
parents 11bc1296c33f
children
comparison
equal deleted inserted replaced
0:11bc1296c33f 1:2d8e8898649f
2 <xml name="requirements"> 2 <xml name="requirements">
3 <requirements> 3 <requirements>
4 <requirement type="package" version="@TOOL_VERSION@">cactus</requirement> 4 <requirement type="package" version="@TOOL_VERSION@">cactus</requirement>
5 </requirements> 5 </requirements>
6 </xml> 6 </xml>
7 <token name="@TOOL_VERSION@">2.9.9</token> 7 <token name="@TOOL_VERSION@">3.1.4</token>
8 <token name="@VERSION_SUFFIX@">1</token> 8 <token name="@VERSION_SUFFIX@">0</token>
9 <token name="@PROFILE@">25.1</token> 9 <token name="@PROFILE@">25.1</token>
10 <token name="@UNCOMPRESS_PAF@"><![CDATA[ 10 <token name="@UNCOMPRESS_PAF@"><![CDATA[
11 #if $input_paf.is_of_type('paf.gz') 11 #if $input_paf.is_of_type('paf.gz')
12 gunzip -c '$input_paf' | 12 gunzip -c '$input_paf' |
13 #else 13 #else