Mercurial > repos > fubar > tool_factory_2
comparison toolfactory/rgToolFactory2.xml @ 57:d21517a36db8 draft
Uploaded
author | fubar |
---|---|
date | Thu, 22 Oct 2020 00:56:46 +0000 |
parents | 68fbdbe35f08 |
children | d48b2794d250 |
comparison
equal
deleted
inserted
replaced
56:68fbdbe35f08 | 57:d21517a36db8 |
---|---|
1 <tool id="rgTF2" name="toolfactory" version="2.00" profile="16.04" > | 1 <tool id="rgTF2" name="toolfactory" version="2.00" profile="16.04" > |
2 <description>Scripts into tools v2</description> | 2 <description>Scripts into tools v2.01</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="" |
131 </xml> | 131 </xml> |
132 </macros> | 132 </macros> |
133 | 133 |
134 <requirements> | 134 <requirements> |
135 <requirement type="package" version="0.72.0" >planemo</requirement> | 135 <requirement type="package" version="0.72.0" >planemo</requirement> |
136 <requirement type="package" >bioblend</requirement> | 136 <requirement type="package" version=">=0.4.11"> galaxyxml</requirement> |
137 <requirement type="package" >galaxyxml</requirement> | 137 <requirement type="package" version=">=0.10.6" >ephemeris</requirement> |
138 <requirement type="package" >ephemeris</requirement> | |
139 </requirements> | 138 </requirements> |
140 | 139 |
141 <command ><![CDATA[ | 140 <command ><![CDATA[ |
142 #import os | 141 #import os |
143 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' | 142 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' |