view dropletutils_macros.xml @ 4:fa662ca7ae7f draft default tip

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19"
author ebi-gxa
date Fri, 27 Nov 2020 13:39:42 +0000
parents 8dd732e13393
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>

  <token name="@TOOL_VERSION@">1.0.4</token>

  <xml name="requirements">
    <requirements>
      <requirement type="package" version="0.0.5">dropletutils-scripts</requirement>
    </requirements>
  </xml>

  <xml name="version">
    <version_command><![CDATA[
    echo $(R --version | grep version | grep -v GNU)", dropletutils version" $(R --vanilla --slave -e "library(DropletUtils); cat(sessionInfo()\$otherPkgs\$DropletUtils\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
    ]]></version_command>
  </xml>

  <xml name="citations">
    <citations>
      <citation type="doi">10.1101/234872</citation>
      <citation type="doi">10.1101/2020.04.08.032698</citation>
    </citations>
  </xml>
</macros>