Mercurial > repos > iuc > rnaspades
comparison macros.xml @ 9:beea430d9912 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:52:02 +0000 |
| parents | 010c6290b034 |
| children | 097e9dcee899 |
comparison
equal
deleted
inserted
replaced
| 8:010c6290b034 | 9:beea430d9912 |
|---|---|
| 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@"><