annotate toolfactory/rgToolFactory2.xml @ 0:fc50a3f507ab draft

Need a new repo - old tool_factory_2 is broken
author fubar
date Sat, 10 Apr 2021 02:16:35 +0000
parents
children 48458b0369aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
1 <tool id="rgtf2" name="toolfactory" version="2.00" profile="16.04" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
2 <description>Scripts into tools v2.0</description>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
3 <macros>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
4 <xml name="singleText">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
5 <param name="param_value" type="text" value="" label="Enter this parameter's default text value">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
6 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
7 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
8 <xml name="singleInt">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
9 <param name="param_value" type="integer" value="" label="Enter this parameter's default integer value" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
10 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
11 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
12 <xml name="singleFloat">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
13 <param name="param_value" type="float" value="" label="Enter this parameter's default value">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
14 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
15 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
16 <xml name="singleBoolean">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
17 <param name="param_value" type="boolean" value="" label="Enter this parameter's default value" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
18 <param name="truevalue" type="text" value="True" label="Command line value to emit when True" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
19 <param name="falsevalue" type="boolean" value="True" label="Command line value to emit when False" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
20 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
21 <xml name="selectText">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
22 <repeat name="selectTexts" title="Add each option to be presented in a text select box" min="2" default="2"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
23 help="Each text added here will also have a value to be emitted on the command line when the text is chosen">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
24 <param name="select_text" type="text" value="" label="Enter the explanatory text the user will see for this choice" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
25 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
26 <param name="select_value" type="text" value="" label="Enter the value for the command line when the user selects this option">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
27 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
28 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
29 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
30 <xml name="tool_metadata">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
31 <param name="tool_version" label="Tool Version - bump this to warn users trying to redo old analyses" type="text" value="0.01"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
32 help="If you change your script and regenerate the 'same' tool, you should inform Galaxy (and users) by changing (bumping is traditional) this number"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
33 <param name="tool_desc" label="Tool Synopsis" type="text" value=""
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
34 help="Supply a brief tool description for the Galaxy tool menu entry" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
35 <param name="help_text" label="Tool form documentation and help text for users" type="text" area="true"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
36 value="**What it Does**"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
37 help="Supply user documentation to appear on the new tool form as reStructured text - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
38 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
39 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
40 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
41 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
42 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
43 <repeat name="citations" title="Citation">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
44 <conditional name="citation_type">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
45 <param name="type" type="select" display="radio" label="Citation Type">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
46 <option value="doi">DOI</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
47 <option value="bibtex">BibTeX</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
48 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
49 <when value="doi">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
50 <param name="doi" label="DOI" type="text" value=""
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
51 help="Supply a DOI (e.g. doi: 10.1111/j.1740-9713.2007.00258.x) to be cited when this tool is used in published research." />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
52 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
53 <when value="bibtex">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
54 <param name="bibtex" label="BibTex" type="text" area="true"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
55 help="Supply a BibTex entry that should be cited when this tool is used in published research." value="" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
56 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
57 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
58 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
59 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
60 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
61 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
62 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
63 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
64 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
65 <xml name="io">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
66 <section name="io" title="Input and output files" expanded="true">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
67 <repeat name="history_inputs" title="zero or more input data files to pass on the command line to the executable."
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
68 help="USE SMALL SAMPLES for the new tool's test. Prompts will form a history item selector as input for users of this new tool">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
69 <param name="input_files" type="data" format="data" label="Select an input file from your history" multiple="false"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
70 help=""/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
71 <param name="input_formats" type="select" multiple="true" label="Select the datatype(s) that your tool/script accepts as input"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
72 help="If your datatype is not listed here, it has to be added in galaxy's datatypes_conf.xml" value="tabular">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
73 <options from_parameter="tool.app.datatypes_registry.upload_file_formats">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
74 <column name="value" index="0"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
75 </options>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
76 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
77 <param name="input_label" type="text" value="" label="This will become the user prompt for the form so please make it informative" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
78 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
79 <param name="input_help" type="text" value="" label="This will become help text on the form." >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
80 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
81 <param name="input_CL" type="text" label="Positional: ordinal integer. Argparse: argument name. STDIN if the executable/script expects it"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
82 help="If you will pass positional parameters, enter the integer ordinal for this parameter. If Argparse style, '--' will be prepended or '-' if single character" value="">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
83 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
84 <param name="input_repeat" type="boolean" checked="False" truevalue="1" falsevalue="0" label="Allow user to repeat this input as many times as wanted - script/executable must parse these."/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
85 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
86 <repeat name="history_outputs" title="one or more new history items output by the executable to appear in the user history after the tool runs"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
87 help="The name will become a history item for users of the new tool you are making containing one of it's outputs">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
88 <param name="history_name" type="text" label="Name for this output to appear in new history" optional="false"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
89 help="No spaces! Argparse will also use this name as --[name]">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
90 <sanitizer invalid_char="_">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
91 <valid initial="string.ascii_letters,string.digits" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
92 <add value="_" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
93 </valid>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
94 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
95 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
96 <param name="history_format" type="select" multiple="false" label="Select the datatype for this output"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
97 help="If your datatype is not listed here, it has to be added in galaxy's datatypes_conf.xml" value="tabular">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
98 <options from_parameter="tool.app.datatypes_registry.upload_file_formats">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
99 <column name="value" index="0"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
100 </options>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
101 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
102 <param name="history_CL" type="text" label="Positional: ordinal integer. Use STDOUT if '>' required. Otherwise ignored if argparse because name is used"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
103 help="If positional parameters, enter the integer ordinal expected for this parameter. If argparse, ignore unless STDOUT needed" value=""/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
104 <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
105 help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="diff:0"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
106 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
107 <repeat name="collection_outputs" title="zero or more new history collections to appear in the user history after the tool runs"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
108 help="Hides outputs not needed for downstream tools such as images and intermediate reports." default="0">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
109 <param name="name" type="text" label="Name for new collection with all outputs not individually passed to history outputs"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
110 help="No spaces! Script MUST create and fill a directory with the same name and the tool test MUST be overwritten - see the plotter example for hints">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
111 <sanitizer invalid_char="_">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
112 <valid initial="string.ascii_letters,string.digits" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
113 <add value="_" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
114 </valid>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
115 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
116 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
117 <param name="kind" type="select" multiple="false" label="Select the kind of collection for this output"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
118 help="">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
119 <option value="list" selected="true">List</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
120 <option value="paired">Paired</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
121 <option value="list:paired">List of paired</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
122 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
123 <param name="label" type="text" label="Label for this collection" help="" value=""/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
124 <param name="discover" type="text" label="Discover datasets expression" help="__name_and_ext__ should catch all filenames with extensions" value="__name_and_ext__"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
125 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
126
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
127 </section>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
128 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
129 <xml name="additparam">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
130 <section name="addparam" title="Executable or script settings passed on the command line other than I/O files" expanded="true">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
131 <param name="edit_params" type="select" display="radio" label="Make these settings on the generated tool form user editable?"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
132 help="If no, users will NOT be able to alter any additional parameters. If yes, these will appear on the tool form as text fields with no validation or sanitizing">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
133 <option value="yes" selected="true">Yes, allow user to edit all additional parameters on the generated tool form</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
134 <option value="no">No - use the fixed values for all additional parameters - no user editing</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
135 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
136 <repeat name="additional_parameters" title="zero or more command line settings for the user to pass to the executable"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
137 help="See examples below to see how these can be parsed by scripts in the various languages">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
138 <param name="param_name" type="text" value="" label="Choose the name for this parameter - MUST not be blank!">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
139 <sanitizer invalid_char="">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
140 <valid initial="string.ascii_letters,string.digits"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
141 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
142 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
143 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
144 <conditional name="ap_type">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
145 <param name="param_type" type="select" label="Select the type for this parameter">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
146 <option value="text" selected="true">Text string</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
147 <option value="integer">Integer</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
148 <option value="float">Float</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
149 <option value="boolean">Boolean</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
150 <option value="selecttext">Select text string</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
151 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
152 <when value = "text">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
153 <expand macro="singleText" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
154 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
155 <when value = "integer">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
156 <expand macro="singleInt" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
157 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
158 <when value = "float">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
159 <expand macro="singleFloat" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
160 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
161 <when value = "boolean">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
162 <expand macro="singleBoolean" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
163 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
164 <when value = "selecttext">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
165 <expand macro="selectText" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
166 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
167 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
168 <param name="param_label" type="text" value="" label="Enter this parameter's label for the form">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
169 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
170 <param name="param_help" type="text" value="" label="Help for this parameter">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
171 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
172 <param name="param_CL" type="text" label="Positional ordinal | argparse argument name"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
173 help="Using positional parameters, enter the integer ordinal for this parameter on the command line. Using Argparse style, '--' will be prepended on the CL" value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
174 <param name="param_CLprefixed" type="text" label="Override the generated default argparse name prefix if not empty - eg ----foo if needed"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
175 help="Some targets like Planemo expect an unadorned action like 'test' before --galaxy_root." value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
176 <param name="param_repeat" type="boolean" checked="False" truevalue="1" falsevalue="0" label="Allow user to repeat this as many times as needed." />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
177 </repeat>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
178 </section>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
179 </xml>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
180 </macros>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
181
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
182 <requirements>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
183 <requirement type="package" version="0.4.13">galaxyxml</requirement>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
184 <requirement type="package" version="0.14.0">bioblend</requirement>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
185 <requirement type="package" version="0.10.6">ephemeris</requirement>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
186 <requirement type="package" version="0.74.3">planemo</requirement>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
187 </requirements>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
188
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
189 <command ><![CDATA[
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
190 #import os
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
191 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
192 #if not $dev_env and ( $__user_email__ not in $__admin_users__ ):
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
193 python3 $__tool_directory__/rgToolFactory2.py --bad_user $__user_email__
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
194 #else:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
195 python3 $__tool_directory__/rgToolFactory2.py
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
196 #if len(str($cl_suffix)) > 0:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
197 --cl_suffix "$cl_suffix"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
198 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
199 #if $cover.commover == "yes":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
200 #if len(str($cover.command_override)) > 10:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
201 --command_override "$commandoverride"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
202 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
203 #if len(str($cover.test_override)) > 10:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
204 --test_override "$testoverride"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
205 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
206 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
207 --packages "$deps.packages"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
208 #if $deps.usescript.choosescript == "yes":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
209 --script_path "$runme"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
210 --sysexe "$deps.usescript.scriptrunner"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
211 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
212 --tool_name "$tool_name" --user_email "$__user_email__" --citations "$citeme" --parampass "$io_param.ppass.parampass"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
213
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
214 #if str($make.makeMode.make_Tool)!="runonly":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
215 --make_Tool "$make.makeMode.make_Tool"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
216 --tool_desc "$make.makeMode.tool_desc"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
217 --tool_version "$make.makeMode.tool_version"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
218 --help_text "$helpme"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
219 --new_tool "$new_tool"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
220 --toolshed_api_key "$make.makeMode.toolshed_apikey"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
221 --galaxy_api_key "$make.makeMode.galaxy_apikey"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
222 --toolshed_url "$make.makeMode.toolshed_url"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
223 --galaxy_url "$make.makeMode.galaxy_url"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
224 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
225 #if $io_param.ppass.parampass != '0':
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
226 #if str($io_param.ppass.addparam.edit_params) == "yes":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
227 --edit_additional_parameters
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
228 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
229 #for $apar in $io_param.ppass.addparam.additional_parameters:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
230 #if $apar.ap_type.param_type=="selecttext":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
231 --selecttext_parameters '{"name":"$apar.param_name", "label":"$apar.param_label", "help":"$apar.param_help",
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
232 "type":"$apar.ap_type.param_type","CL":"$apar.param_CL","override":"$apar.param_CLprefixed","value": [
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
233 #for $i,$st in enumerate($apar.ap_type.selectTexts):
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
234 "$st.select_value"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
235 #if ($i < (len($apar.ap_type.selectTexts)-1)):
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
236 ,
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
237 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
238 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
239 ], "texts": [
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
240 #for $i,$st in enumerate($apar.ap_type.selectTexts):
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
241 "$st.select_text"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
242 #if ($i < (len($apar.ap_type.selectTexts)-1)):
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
243 ,
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
244 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
245
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
246 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
247 ]
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
248 }'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
249 #else:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
250 --additional_parameters '{"name": "$apar.param_name", "value": "$apar.ap_type.param_value", "label": "$apar.param_label", "help": "$apar.param_help",
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
251 "type": "$apar.ap_type.param_type","CL": "$apar.param_CL","override": "$apar.param_CLprefixed", "repeat": "$apar.param_repeat"}'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
252 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
253 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
254 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
255 #for $intab in $io_param.ppass.io.history_inputs:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
256 --input_files '{"name": "$intab.input_files", "CL": "$intab.input_CL", "format": "$intab.input_formats", "label": "$intab.input_label", "help": "$intab.input_help", "repeat": "$intab.input_repeat"}'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
257 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
258 #for $otab in $io_param.ppass.io.history_outputs:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
259 --output_files '{"name": "$otab.history_name", "format": "$otab.history_format", "CL": "$otab.history_CL", "test": "$otab.history_test"}'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
260 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
261 #for $collect in $io_param.ppass.io.collection_outputs:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
262 --collection '{"name": "$collect.name", "kind": "$collect.kind", "discover": "$collect.discover", "label": "$collect.label"}'
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
263 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
264 --galaxy_root "$__root_dir__"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
265 --tool_dir "$__tool_directory__"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
266 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
267 ]]></command>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
268 <configfiles>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
269 <configfile name="runme">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
270 $deps.usescript.dynScript
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
271 </configfile>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
272 <configfile name="commandoverride">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
273 #if $cover.commover == "yes" and len(str($cover.command_override).strip()) > 1:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
274 $cover.command_override
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
275 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
276 </configfile>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
277 <configfile name="testoverride">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
278 #if $cover.commover == "yes" and len(str($cover.test_override).strip()) > 1:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
279 $cover.test_override
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
280 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
281 </configfile>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
282 <configfile name="helpme">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
283 #if $make.makeMode.make_Tool != "runonly":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
284 ${make.makeMode.help_text}
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
285 #else
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
286 $tool_name help goes here
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
287 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
288 </configfile>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
289 <configfile name="citeme">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
290 #if $make.makeMode.make_Tool != "runonly":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
291 #for $citation in $make.makeMode.citations:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
292 #if $citation.citation_type.type == "bibtex":
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
293 **ENTRY**bibtex
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
294 ${citation.citation_type.bibtex}
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
295 #else
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
296 **ENTRY**doi
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
297 ${citation.citation_type.doi}
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
298 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
299 #end for
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
300 #end if
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
301 </configfile>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
302 </configfiles>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
303 <inputs>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
304 <param name="tool_name" type="text" value="tool1" label="New tool ID and title for outputs"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
305 help="Toolshed repository name. Choose thoughtfully to avoid namespace clashes with other tool writers. Lower case, digits and underscores only">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
306 <sanitizer invalid_char="">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
307 <valid initial="string.ascii_lowercase,string.digits">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
308 <add value="_"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
309 </valid>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
310 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
311 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
312
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
313 <section name="deps" title="Dependencies, optional script and script interpreter" expanded="true">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
314
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
315 <param name="packages" type="text" value="" label="Conda dependencies as package name[:version, name:version...]. These will always be available when this tool executes"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
316 help="Use =[ver] or :[ver] for specific version - 'bwa=0.17.0'. Default is latest. Will be used every time the tool is (re)run. Only Conda is currently supported" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
317
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
318 <conditional name="usescript">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
319 <param name="choosescript" type="select" display="radio" label="Supply a script for a dependency (e.g. python/R/bash) or a system executable such as Bash"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
320 help = "For script interpreters like Python or bash, parameters and i/o specified below must match script's expectations - if you pass parameters, the script must deal with them">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
321 <option value="no">No script required for this tool - just pass parameters on the command line to the first dependency listed above</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
322 <option value="yes" selected="true">Yes, a script is ready to be pasted below</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
323 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
324 <when value="no">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
325 <param name="dynScript" type="hidden" value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
326 <param name="scriptrunner" type="hidden" value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
327 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
328 <when value="yes">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
329 <param name="scriptrunner" type="text" value="" label="Interpreter for the script - eg bash or python. Can be one of the dependencies named above or a system executable"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
330 help="Scripts are interpreted by the executable named here. For conda r-base, 'Rscript --vanilla' or for conda planemo, 'planemo test' for example">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
331 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
332 <param name="dynScript" type="text" area="True" value="" label="Script for executable above to interpret. It can be one of the Conda dependency names "
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
333 help="Script must handle all i/o and parameters as specified below using the parameters and passing method chosen below">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
334 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
335 <valid initial="string.printable"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
336 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
337 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
338 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
339 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
340 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
341 </section>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
342 <section name="io_param" title="Data file input, output and settings forming the executable or script command line" expanded="true">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
343 <conditional name="ppass">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
344 <param name="parampass" type="select" display="radio" label="Command line parameter passing method to use">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
345 <option value="argparse" selected="true">Argparse: passed in the form of --clname value</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
346 <option value="positional">Positional: Passed in the order of positional ordinals ...foo.bam bar.idx zot.xls</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
347 <option value="0">Tool reads selected input file from STDIN and writes STDOUT with no parameters</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
348 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
349 <when value="argparse">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
350 <expand macro="io" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
351 <expand macro="additparam" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
352 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
353 <when value="positional">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
354 <expand macro="io" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
355 <expand macro="additparam" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
356 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
357 <when value="0">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
358 <expand macro="io"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
359 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
360 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
361 </section>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
362 <param name="cl_suffix" type="text" value="" label="Suffix for generated command line. Useful for bash post processing. Use override below to replace completely"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
363 help="';' separated bash commands can be used here for post processing - added at end of autogenerated command line">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
364 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
365 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
366 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
367 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
368 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
369 <conditional name="cover">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
370 <param name="commover" type="select" display="radio" label="Add Human wrought code to override the generated XML command and/or test section - DIY"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
371 help = "For arbitrary and artfull command lines. All i/o and parameters must be passed. Choose No unless needed. Not for the faint of heart">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
372 <option value="no" selected="true">No. Use automatically generated command/test XML </option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
373 <option value="yes">Yes. XML needed to override autogenerated command and/or test segments will be pasted below</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
374 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
375 <when value="no">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
376 <param name="command_override" type="hidden" value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
377 <param name="test_override" type="hidden" value="" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
378 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
379 <when value="yes">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
380 <param name="command_override" type="text" area="True" value="" label="Optional. Human wrought command element override XML/template - e.g. for bwa"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
381 help="For arbitrary and artfull command lines. All i/o and parameters must be passed. Leave blank unless needed. Not for the faint of heart">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
382 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
383 <valid initial="string.printable"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
384 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
385 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
386 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
387 <param name="test_override" type="text" area="True" value="" label="Optional. Human wrought test element override XML/template - e.g. for bwa"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
388 help="For arbitrary and artfull scripts. Leave blank unless needed. Not for the faint of heart">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
389 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
390 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
391 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
392 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
393 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
394 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
395 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
396 <section name="make" title="Generate, toolshed and local Galaxy installation options" expanded="true">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
397 <conditional name="makeMode">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
398 <param name="make_Tool" type="select" display="radio" label="Choose the steps you want to run. The TF Docker container is recommended for local installation"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
399 help="Installation in this Galaxy is optional" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
400 <option value="generate" >Run to generate tests only. Should fail if dependencies needed.</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
401 <option value="gentest" selected="true">Test with planemo after generating.</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
402 <option value="gentestinstall">Install in this Galaxy after generation and testing. Must have local ToolShed as in the TF Docker container</option>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
403 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
404 <when value="generate">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
405 <param name="galaxy_apikey" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
406 <param name="toolshed_apikey" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
407 <param name="galaxy_url" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
408 <param name="toolshed_url" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
409 <expand macro="tool_metadata" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
410 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
411 <when value="gentest">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
412 <param name="galaxy_apikey" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
413 <param name="toolshed_apikey" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
414 <param name="galaxy_url" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
415 <param name="toolshed_url" value="" type="hidden" ></param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
416 <expand macro="tool_metadata" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
417 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
418 <when value="gentestinstall">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
419 <param name="galaxy_url" type="text" value="http://localhost:8080" label="URL for the Galaxy server where the new tool should be installed"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
420 help="Default is localhost">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
421 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
422 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
423 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
424 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
425 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
426 <param name="galaxy_apikey" type="text" value="fakekey" label="API key for the Galaxy to install the new tool"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
427 help="Cut and paste from the admin user properties screen">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
428 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
429 <valid initial="string.ascii_letters,string.digits" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
430 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
431 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
432 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
433 <param name="toolshed_url" type="text" value="http://localhost:9009" label="URL for the Toolshed where the new tool should be installed"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
434 help="Default value is localhost:9009">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
435 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
436 <valid initial="string.printable" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
437 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
438 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
439 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
440 <param name="toolshed_apikey" type="text" value="fakekey" label="API key for the local toolshed to use when installing the tool"
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
441 help="Cut and paste from the admin user properties screen">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
442 <sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
443 <valid initial="string.ascii_letters,string.digits" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
444 <mapping initial="none"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
445 </sanitizer>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
446 </param>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
447 <expand macro="tool_metadata" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
448 </when>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
449 </conditional>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
450 </section>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
451 </inputs>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
452 <outputs>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
453
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
454 <data format="toolshed.gz" name="new_tool" label="${tool_name}_toolshed.gz" >
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
455 <filter>makeMode['make_Tool'] != "runonly"</filter>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
456 </data>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
457
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
458 <collection name="TF_run_report" type="list" label="${tool_name} outputs">
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
459 <discover_datasets pattern="__name_and_ext__" directory="TF_run_report_tempdir" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
460 </collection>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
461 </outputs>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
462 <tests>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
463 <test>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
464 <param name="user_email" value="admin@galaxy.org"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
465 <param name="input_files" value="input1_sample" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
466 <param name="input_CL" value="1" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
467 <param name="input_formats" value="txt" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
468 <param name="input_label" value="input" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
469 <param name="input_help" value="help" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
470 <param name="tool_name" value="pyrevpos" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
471 <param name="parampass" value="positional" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
472 <param name="make_Tool" value="gentest" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
473 <param name="tool_version" value="0.01" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
474 <param name="tool_desc" value="positional reverse" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
475 <param name="help_text" value="help text goes here" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
476 <param name="packages" value="python"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
477 <param name="history_name" value="output2" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
478 <param name="history_format" value="txt" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
479 <param name="history_CL" value="2" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
480 <param name="dynScript" value="import sys; inp = sys.argv[1]; outp = sys.argv[2]; inlist = open(inp,'r').readlines(); o = open(outp,'w'); rs = [''.join(list(reversed(x.rstrip()))) for x in inlist]; o.write('\n'.join(rs)); o.close()"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
481 <param name="choosescript" value="yes" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
482 <param name="script_path" value="$runme"/>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
483 <output name="new_tool" file="toolfactory_pyrevpos_tgz_sample" compare="sim_size" delta="6000" />
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
484 </test>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
485 </tests>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
486 <help>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
487
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
488 .. class:: warningmark
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
489
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
490 **Details and attribution**
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
491 (see GTF_)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
492
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
493 **Local Admins ONLY**
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
494 Only users whose IDs found in the local admin_user configuration setting in universe_wsgi.ini can run this tool.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
495
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
496 **If you find a bug**
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
497 Please raise an issue, or even better, submit a pull request fixing it, on the github repository GTF_
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
498
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
499 **What it does**
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
500 This tool optionally generates normal workflow compatible first class Galaxy tools
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
501
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
502 Generated tools can run existing binary packages that become requirements, existing scripts, or new scripts pasted into this tool form.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
503 Pasted scripts are written so they are part of the new tool and cannot be adjusted by the downstream user.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
504 Binary packages are managed by the dependency subsystem - conda usually, so anything in bioconda or conda_forge is available for example.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
505
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
506 Any number of parameters can be built into the new tool form for passing in to the script or executable at runtime.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
507 These can be editable by the downstream user or baked in.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
508
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
509 When you run this tool, your executable or script and supplied parameter values will be run to produce a canonical
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
510 set of outputs - these are used to construct a test for the new tool.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
511
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
512 If tool generation is required, a new tarball compatible with any Galaxy toolshed is created.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
513 It can be unpacked in your galaxy/tools directory and manually added to tool_conf.xml, or
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
514 installed into any toolshed from where it can be installed into your Galaxy.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
515
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
516
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
517 .. class:: warningmark
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
518
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
519 **Note to system administrators**
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
520 This tool offers *NO* built in protection against malicious scripts. It should only be installed on private/personnal Galaxy instances.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
521 Admin_users will have the power to do anything they want as the Galaxy user if you install this tool.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
522
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
523 .. class:: warningmark
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
524
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
525 **Use on public servers** is STRONGLY discouraged for obvious reasons
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
526
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
527 The tools generated by this tool will run just as securely as any other normal installed Galaxy tool but like any other new tools, should always be checked carefully before installation.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
528 We recommend that you follow the good code hygiene practices associated with safe toolshed practices.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
529
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
530 Here's a sample python script that can be cut and pasted into the tool form, suitable for positional parameter passing:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
531
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
532 ::
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
533
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
534 # reverse order of text by row
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
535 import sys
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
536 inp = sys.argv[1]
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
537 outp = sys.argv[2]
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
538 i = open(inp,'r').readlines()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
539 o = open(outp,'w')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
540 for row in i:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
541 rs = row.rstrip()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
542 rs = list(rs)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
543 rs.reverse()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
544 o.write(''.join(rs))
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
545 o.write('\n')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
546 o.close()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
547
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
548 With argparse style parameters:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
549
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
550 ::
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
551
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
552 # reverse order of text by row
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
553 import argparse
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
554 parser = argparse.ArgumentParser()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
555 a = parser.add_argument
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
556 a('--infile',default='')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
557 a('--outfile',default=None)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
558 args = parser.parse_args()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
559 inp = args.infile
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
560 outp = args.outfile
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
561 i = open(inp,'r').readlines()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
562 o = open(outp,'w')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
563 for row in i:
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
564 rs = row.rstrip()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
565 rs = list(rs)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
566 rs.reverse()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
567 o.write(''.join(rs))
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
568 o.write('\n')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
569 o.close()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
570
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
571 R script to draw some plots - use a collection.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
572
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
573 ::
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
574
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
575
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
576 \# note this script takes NO input because it generates random data
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
577 dir.create('plots')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
578 for (i in 1:10) {
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
579 foo = runif(100)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
580 bar = rnorm(100)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
581 bar = foo + 0.05*bar
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
582 pdf(paste('plots/yet',i,"anotherplot.pdf",sep='_'))
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
583 plot(foo,bar,main=paste("Foo by Bar plot \#",i),col="maroon", pch=3,cex=0.6)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
584 dev.off()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
585 foo = data.frame(a=runif(100),b=runif(100),c=runif(100),d=runif(100),e=runif(100),f=runif(100))
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
586 bar = as.matrix(foo)
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
587 pdf(paste('plots/yet',i,"anotherheatmap.pdf",sep='_'))
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
588 heatmap(bar,main='Random Heatmap')
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
589 dev.off()
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
590 }
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
591
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
592
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
593
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
594 Paper_
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
595
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
596 *Licensing*
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
597
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
598 Copyright Ross Lazarus (ross period lazarus at gmail period com) May 2012
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
599 All rights reserved.
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
600 Licensed under the LGPL_
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
601
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
602 .. _LGPL: http://www.gnu.org/copyleft/lesser.html
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
603 .. _GTF: https://github.com/fubar2/toolfactory
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
604 .. _Paper: https://academic.oup.com/bioinformatics/article/28/23/3139/192853
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
605
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
606
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
607 </help>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
608 <citations>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
609 <citation type="doi">10.1093/bioinformatics/bts573</citation>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
610 </citations>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
611 </tool>
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
612
fc50a3f507ab Need a new repo - old tool_factory_2 is broken
fubar
parents:
diff changeset
613