Mercurial > repos > mingchen0919 > elastic_expose_data
annotate elastic_tool_wrappers_macros.xml @ 3:5838300fc1aa draft
add expose individuals
author | mingchen0919 |
---|---|
date | Mon, 02 Apr 2018 00:32:04 -0400 |
parents | 391394c022b8 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <macros> | |
3 <xml name="rmarkdown_requirements"> | |
4 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> | |
5 <requirement type="package" version="1.6">r-rmarkdown</requirement> | |
6 </xml> | |
7 <xml name="stdio"> | |
8 <stdio> | |
9 <regex match="XXX" source="stderr" level="warning" description="Check the tool log output file for more details."/> | |
10 </stdio> | |
11 </xml> | |
12 <!--OPTION/ARGUMENT PAIRS and INPUT types--> | |
1
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
13 |
0 | 14 <!--input path--> |
15 <xml name="option_argument_path_relative_to_a_tool"> | |
16 <repeat name="option_argument_path_relative_to_a_tool_repeat" title="INPUT DATA PATH: relative to a tool output directory" min="0" default="0"> | |
17 <param name="a_tool_output_dir" type="data" optional="false" multiple="false" label="a tool output directory"/> | |
1
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
18 <param type="text" name="value" optional="true" label="relative path"/> |
0 | 19 </repeat> |
20 </xml> | |
1
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
21 |
0 | 22 <!--shell command fragment--> |
1
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
23 |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
24 <!--<xml name="output_set">--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
25 <!--<data format="html" name="report" label="${tool.name} report"/>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
26 <!--<data format="txt" name="tool_log" label="${tool.name} log"/>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
27 <!--<collection type="list" name="list_collection">--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
28 <!--<discover_datasets pattern="__name_and_ext__" directory="list" />--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
29 <!--</collection>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
30 <!--<collection type="paired" name="list_collection">--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
31 <!--<discover_datasets pattern="__name_and_ext__" directory="paired_dir" />--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
32 <!--</collection>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
33 <!--<collection type="list:paired" name="list_collection">--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
34 <!--<discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)\.(?P<ext>[^\._]+)?"--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
35 <!--directory="list_paired"/>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
36 <!--</collection>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
37 <!--</xml>--> |
16e0f4b7a286
planemo upload commit d255df0b70677f4d5e5f2f8e240ce0b69f40d69d
mingchen0919
parents:
0
diff
changeset
|
38 |
0 | 39 <!--tool citations--> |
40 <xml name="citations"> | |
41 <citation type="bibtex"><![CDATA[ | |
42 @article{allaire2016rmarkdown, | |
43 title={rmarkdown: Dynamic Documents for R, 2016}, | |
44 author={Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff | |
45 and Wickham, Hadley and Atkins, Aron and Hyndman, Rob}, | |
46 journal={R package version 0.9}, | |
47 volume={6}, | |
48 year={2016} | |
49 } | |
50 ]]></citation> | |
51 <citation type="bibtex"><![CDATA[ | |
52 @book{xie2015elastic, | |
53 title={Dynamic Documents with R and knitr}, | |
54 author={Xie, Yihui}, | |
55 volume={29}, | |
56 year={2015}, | |
57 publisher={CRC Press} | |
58 } | |
59 ]]></citation> | |
60 </xml> | |
61 </macros> |