Mercurial > repos > iuc > hyphy_fade
comparison macros.xml @ 16:8f4c950e43a9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f6cabbd9eb2eea9f5d44fe9836cc5f6d6087a839"
| author | iuc |
|---|---|
| date | Fri, 30 Oct 2020 16:16:29 +0000 |
| parents | 3f390eb77b96 |
| children | 06df5f9d3bde |
comparison
equal
deleted
inserted
replaced
| 15:00a82d4c1f82 | 16:8f4c950e43a9 |
|---|---|
| 105 <citations> | 105 <citations> |
| 106 <citation type="doi">10.1093/molbev/msz197</citation> | 106 <citation type="doi">10.1093/molbev/msz197</citation> |
| 107 <yield/> | 107 <yield/> |
| 108 </citations> | 108 </citations> |
| 109 </xml> | 109 </xml> |
| 110 <token name="@VERSION@">2.5.17</token> | 110 <token name="@VERSION@">2.5.21</token> |
| 111 <xml name="requirements"> | 111 <xml name="requirements"> |
| 112 <requirements> | 112 <requirements> |
| 113 <requirement type="package" version="@VERSION@">hyphy</requirement> | 113 <requirement type="package" version="@VERSION@">hyphy</requirement> |
| 114 <yield/> | 114 <yield/> |
| 115 </requirements> | 115 </requirements> |
| 116 </xml> | 116 </xml> |
| 117 <token name="@HYPHYMPI@">\${GALAXY_MPIRUN:-mpirun -np \${GALAXY_SLOTS:-1}} HYPHYMPI</token> | 117 <token name="@HYPHYMPI@">\${GALAXY_MPIRUN:-mpirun -mca orte_tmpdir_base "\${TMPDIR:-.}" -np \${GALAXY_SLOTS:-1}} HYPHYMPI</token> |
| 118 <token name="@CATCH_MPIERR@"><![CDATA[ | 118 <token name="@CATCH_MPIERR@"><![CDATA[ |
| 119 EC=\$? ; | 119 EC=\$? ; |
| 120 if [ \$EC -ne 0 ] ; then | 120 if [ \$EC -ne 0 ] ; then |
| 121 cat errors.log.mpinode0 >&2 ; | 121 cat errors.log.mpinode0 >&2 ; |
| 122 fi ; | 122 fi ; |
