annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9d4a1f588ba6 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents: 0
diff changeset
1 <tool id="printenv" name="printenv" version="1.0.1">
9d4a1f588ba6 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents: 0
diff changeset
2 <command><![CDATA[sleep "$sleep_seconds"s && printenv > "$output"]]></command>
9d4a1f588ba6 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents: 0
diff changeset
3 <inputs>
9d4a1f588ba6 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents: 0
diff changeset
4 <param name="sleep_seconds" type="integer" value="1" label="seconds to sleep"/>
9d4a1f588ba6 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents: 0
diff changeset
5 </inputs>
0
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
6 <outputs>
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
7 <data format="txt" name="output">
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
8 </data>
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
9 </outputs>
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
10 <help>
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
11 This tool prints the environment as seen by the galaxy user.
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
12 </help>
96a23b8fc63a planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff changeset
13 </tool>