Mercurial > repos > iuc > tooldistillator_summarize
annotate macro.xml @ 4:24eec94e6dfc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
author | iuc |
---|---|
date | Thu, 17 Oct 2024 08:00:41 +0000 |
parents | f3233d395549 |
children |
rev | line source |
---|---|
0
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
2 <macros> |
3
f3233d395549
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 4225d0fe8f224f56ec8066c705e56f4e8c1d9a9a
iuc
parents:
2
diff
changeset
|
3 <token name="@TOOL_VERSION@">0.9.1</token> |
4
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
4 <token name="@VERSION_SUFFIX@">1</token> |
0
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
5 <token name="@PROFILE@">21.05</token> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
6 <xml name="version_command"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
7 <version_command><![CDATA[tooldistillator --version]]></version_command> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
8 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
9 <xml name="analysis_software_version"> |
4
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
10 <conditional name="origin"> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
11 <param name="origin" type="select" label="Has the dataset just been imported?"> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
12 <option value="true">Yes</option> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
13 <option value="false">No</option> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
14 </param> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
15 <when value="true"> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
16 <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"/> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
17 </when> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
18 <when value="false"/> |
24eec94e6dfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 301f4d78613f8f6e120b5ed8b56bd5e084e99b13
iuc
parents:
3
diff
changeset
|
19 </conditional> |
0
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
20 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
21 <xml name="reference_database_version"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
22 <param argument="--reference_database_version" type="text" optional="true" label="Database software version"/> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
23 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
24 <xml name="biotools"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
25 <xrefs> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
26 <xref type="bio.tools">tooldistillator</xref> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
27 </xrefs> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
28 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
29 <xml name="requirements"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
30 <requirements> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
31 <requirement type="package" version="@TOOL_VERSION@">tooldistillator</requirement> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
32 </requirements> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
33 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
34 <xml name="citations"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
35 <citations> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
36 <citation type="doi">10.5281/zenodo.8282656</citation> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
37 </citations> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
38 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
39 <xml name="element_assert" token_name="" token_text=""> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
40 <element name="@NAME@"> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
41 <assert_contents> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
42 <has_text text="@TEXT@"/> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
43 <yield/> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
44 </assert_contents> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
45 </element> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
46 </xml> |
05c1bcba20c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
iuc
parents:
diff
changeset
|
47 </macros> |