view macros.xml @ 3:df8428358b7f draft

"planemo upload for repository https://gitlab.com/bilille/galaxy-viscorvar commit d930da2982ffb689ba4fdf7599c8971f8c52339d"
author ppericard
date Fri, 23 Oct 2020 11:26:18 +0000
parents c8533e9298e5
children d4e9f7546dfa
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="stdio">
        <stdio>
            <exit_code range="1" level="fatal" />
        </stdio>
    </xml>

    <!-- COMMAND -->
    <token name="@COMMAND_RSCRIPT@">LC_ALL=C Rscript $__tool_directory__/</token>

    <token name="@COMMAND_LOG_EXIT@">
        ;
        return=\$?;
        cat 'log.txt';
        sh -c "exit \$return"
    </token>

    <token name="@HELP_AUTHORS_WRAPPERS@">

.. class:: infomark

**Galaxy integration** bilille platform - UMS 2014 / US 41 - Université de Lille, CNRS, Inserm, Institut Pasteur de Lille, CHU Lille

 | Contact bilille@univ-lille.fr for any questions or concerns about the Galaxy implementation of this tool.

    </token>

</macros>