Mercurial > repos > iuc > sra_tools
comparison sra_macros.xml @ 24:e08a7ad4378b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
author | iuc |
---|---|
date | Mon, 01 Feb 2021 20:03:42 +0000 |
parents | 653e89d73fc4 |
children | 69ebb7f46e45 |
comparison
equal
deleted
inserted
replaced
23:653e89d73fc4 | 24:e08a7ad4378b |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@VERSION@">2.10.8</token> | 2 <token name="@VERSION@">2.10.9</token> |
3 <token name="@ACCESSIONS_FROM_FILE@"> | 3 <token name="@ACCESSIONS_FROM_FILE@"> |
4 grep '^[[:space:]]*[E|S|D]RR[0-9]\{1,\}[[:space:]]*$' | 4 grep '^[[:space:]]*[E|S|D]RR[0-9]\{1,\}[[:space:]]*$' |
5 </token> | 5 </token> |
6 <token name="@COMPRESS@"><![CDATA[pigz -cqp \${GALAXY_SLOTS:-1}]]></token> | 6 <token name="@COMPRESS@"><![CDATA[pigz -cqp \${GALAXY_SLOTS:-1}]]></token> |
7 <token name="@CONFIGURE_RETRY@"><![CDATA[ | 7 <token name="@CONFIGURE_RETRY@"><![CDATA[ |
33 ]]></token> | 33 ]]></token> |
34 | 34 |
35 <macro name="requirements"> | 35 <macro name="requirements"> |
36 <requirements> | 36 <requirements> |
37 <requirement type="package" version="@VERSION@">sra-tools</requirement> | 37 <requirement type="package" version="@VERSION@">sra-tools</requirement> |
38 <requirement type="package" version="2.3.4">pigz</requirement> | 38 <requirement type="package" version="1.18.222">awscli</requirement> |
39 <requirement type="package" version="2.5">pigz</requirement> | |
39 <yield/> | 40 <yield/> |
40 </requirements> | 41 </requirements> |
41 </macro> | 42 </macro> |
42 <macro name="configfile_hack"> | 43 <macro name="configfile_hack"> |
43 <configfiles> | 44 <configfiles> |