Mercurial > repos > fubar > tool_factory_2
comparison toolfactory/rgToolFactory2.xml @ 62:881bd8c81ac9 draft
Uploaded
author | fubar |
---|---|
date | Mon, 26 Oct 2020 02:51:54 +0000 |
parents | dc923f16e6ff |
children | b3254219d4fb |
comparison
equal
deleted
inserted
replaced
61:dc923f16e6ff | 62:881bd8c81ac9 |
---|---|
1 <tool id="rgTF2" name="toolfactory" version="2.01" profile="16.04" > | 1 <tool id="rgtf2" name="toolfactory" version="2.01" profile="16.04" > |
2 <description>Scripts into tools v2.01</description> | 2 <description>Scripts into tools v2.0</description> |
3 <macros> | 3 <macros> |
4 <xml name="tool_metadata"> | 4 <xml name="tool_metadata"> |
5 <param name="tool_version" label="Tool Version - bump this to warn users trying to redo old analyses" type="text" value="0.01" | 5 <param name="tool_version" label="Tool Version - bump this to warn users trying to redo old analyses" type="text" value="0.01" |
6 help="If you change your script and regenerate the 'same' tool, you should inform Galaxy (and users) by changing (bumping is traditional) this number"/> | 6 help="If you change your script and regenerate the 'same' tool, you should inform Galaxy (and users) by changing (bumping is traditional) this number"/> |
7 <param name="tool_desc" label="Tool Description" type="text" value="" | 7 <param name="tool_desc" label="Tool Description" type="text" value="" |
130 </repeat> | 130 </repeat> |
131 </xml> | 131 </xml> |
132 </macros> | 132 </macros> |
133 | 133 |
134 <requirements> | 134 <requirements> |
135 <requirement type="package" version="0.01" >tfdeps</requirement> | 135 <requirement type="package" version="0.72.0" >planemo</requirement> |
136 <requirement type="package" version="0.4.11" >galaxyxml</requirement> | |
136 </requirements> | 137 </requirements> |
137 | 138 |
138 <command ><![CDATA[ | 139 <command ><![CDATA[ |
139 #import os | 140 #import os |
140 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' | 141 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' |
328 </param> | 329 </param> |
329 <when value="runonly"/> | 330 <when value="runonly"/> |
330 <when value="generate"> | 331 <when value="generate"> |
331 <expand macro="tool_metadata" /> | 332 <expand macro="tool_metadata" /> |
332 </when> | 333 </when> |
333 <when value="gentest"> | 334 <when value="gentest"> |
334 <expand macro="tool_metadata" /> | 335 <expand macro="tool_metadata" /> |
335 </when> | 336 </when> |
336 <when value="gentestinstall"> | 337 <when value="gentestinstall"> |
337 <expand macro="tool_metadata" /> | 338 <expand macro="tool_metadata" /> |
338 </when> | 339 </when> |