view macros.xml @ 4:b96e3f08a77e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6d367dd55b32854242783723edb80dd7cf2e5272\n'-dirty
author rdvelazquez
date Mon, 19 Nov 2018 16:49:44 -0500
parents bcd72352534f
children a7305e34418f
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <xml name="citations">
    <citations>
      <citation type="doi">10.1093/bioinformatics/bti079</citation>
      <yield/>
    </citations>
  </xml>
  <token name="@VERSION@">2.3.14</token>
  <xml name="requirements">
    <requirements>
      <requirement type="package" version="@VERSION@">
      hyphy</requirement>
      <yield/>
    </requirements>
  </xml>
  <token name="@HYPHY_INVOCATION@"><![CDATA[export HYPHY=`which HYPHYMP` &&
export HYPHY_PATH=`dirname \$HYPHY` &&
export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&
cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token>
</macros>