Mercurial > repos > mvdbeek > printenv
annotate printenv.xml @ 3:6bcca3261112 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
author | mvdbeek |
---|---|
date | Fri, 12 Jan 2018 04:39:53 -0500 |
parents | 9d4a1f588ba6 |
children |
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"> |
3
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
2 <command detect_errors="exit_code"><![CDATA[ |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
3 #if $failbool: |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
4 exit 127 |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
5 #else: |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
6 sleep "$sleep_seconds"s && printenv > "$output" |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
7 #end if |
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
8 ]]></command> |
2
9d4a1f588ba6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
0
diff
changeset
|
9 <inputs> |
3
6bcca3261112
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
2
diff
changeset
|
10 <param name="failbool" type="boolean" checked="False" label="Select to make the tool fail"/> |
2
9d4a1f588ba6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv
mvdbeek
parents:
0
diff
changeset
|
11 <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
|
12 </inputs> |
0
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
13 <outputs> |
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
14 <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
|
15 </data> |
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
16 </outputs> |
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
17 <help> |
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
18 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
|
19 </help> |
96a23b8fc63a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty
mvdbeek
parents:
diff
changeset
|
20 </tool> |