Mercurial > repos > mvdbeek > printenv
changeset 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 | a24160ffd329 |
children | 6bcca3261112 |
files | printenv.xml |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/printenv.xml Sat Feb 13 10:09:00 2016 -0500 +++ b/printenv.xml Tue Jun 21 07:25:53 2016 -0400 @@ -1,5 +1,8 @@ -<tool id="printenv" name="printenv" version="1.0.0"> - <command><![CDATA[printenv > "$output"]]></command> +<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>