comparison macros.xml @ 8:53c2bc8c2ae3 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit b7b09cff3ddcdf26f27aabfcf41a8ce0a3985d87"
author iuc
date Wed, 09 Feb 2022 18:56:59 +0000
parents ef69617ecb42
children e122f9101584
comparison
equal deleted inserted replaced
7:ef69617ecb42 8:53c2bc8c2ae3
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">3.15.3</token> 2 <token name="@TOOL_VERSION@">3.15.3</token>
3 <token name="@VERSION_SUFFIX@">1</token> 3 <token name="@VERSION_SUFFIX@">2</token>
4 <xml name="requirements"> 4 <xml name="requirements">
5 <requirements> 5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">spades</requirement> 6 <requirement type="package" version="@TOOL_VERSION@">spades</requirement>
7 <requirement type="package" version="3.0">zip</requirement> 7 <requirement type="package" version="3.0">zip</requirement>
8 <yield/> 8 <yield/>
142 142
143 <!-- COMMANDS --> 143 <!-- COMMANDS -->
144 144
145 <token name="@RESOURCES@"><![CDATA[ 145 <token name="@RESOURCES@"><![CDATA[
146 -t \${GALAXY_SLOTS:-4} 146 -t \${GALAXY_SLOTS:-4}
147 -m \${GALAXY_MEMORY_GB:-8} 147 -m \$((\${GALAXY_MEMORY_MB:-8192}/1024))
148 ]]></token> 148 ]]></token>
149 149
150 <token name="@INPUT_READS_MAIN@"><![CDATA[ 150 <token name="@INPUT_READS_MAIN@"><![CDATA[
151 #if $singlePaired.sPaired == "single" 151 #if $singlePaired.sPaired == "single"
152 #for $read in $file_paths1 152 #for $read in $file_paths1