Mercurial > repos > mvdbeek > printenv
view printenv.xml @ 2:9d4a1f588ba6 draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
author | mvdbeek |
---|---|
date | Tue, 21 Jun 2016 07:25:53 -0400 |
parents | 96a23b8fc63a |
children | 6bcca3261112 |
line wrap: on
line source
<tool id="printenv" name="printenv" version="1.0.1"> <command><![CDATA[sleep "$sleep_seconds"s && printenv > "$output"]]></command> <inputs> <param name="sleep_seconds" type="integer" value="1" label="seconds to sleep"/> </inputs> <outputs> <data format="txt" name="output"> </data> </outputs> <help> This tool prints the environment as seen by the galaxy user. </help> </tool>