view printenv.xml @ 1:a24160ffd329 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
author mvdbeek
date Sat, 13 Feb 2016 10:09:00 -0500
parents 96a23b8fc63a
children 9d4a1f588ba6
line wrap: on
line source

<tool id="printenv" name="printenv" version="1.0.0">
    <command><![CDATA[printenv > "$output"]]></command>
    <outputs>
        <data format="txt" name="output">
        </data>
    </outputs>
    <help>
This tool prints the environment as seen by the galaxy user.
  </help>
</tool>