view dropletutils_macros.xml @ 5:34d289e805b1 draft default tip

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit ed7141cff329d11308fe2556eeb01d51bfaa6759"
author ebi-gxa
date Tue, 07 Jul 2020 16:10:08 +0000
parents 8a048f35eaee
children
line wrap: on
line source

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

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

  <xml name="requirements">
    <requirements>
      <requirement type="package" version="0.0.4">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>