Mercurial > repos > fubar > tool_factory_2
comparison toolfactory/rgToolFactory2.xml @ 71:eea262faed9c draft
Uploaded
author | fubar |
---|---|
date | Sat, 14 Nov 2020 06:16:34 +0000 |
parents | f4ee2bcc3fd6 |
children | a8764cda9dbf |
comparison
equal
deleted
inserted
replaced
70:f4ee2bcc3fd6 | 71:eea262faed9c |
---|---|
140 | 140 |
141 <command ><![CDATA[ | 141 <command ><![CDATA[ |
142 #import os | 142 #import os |
143 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' | 143 #set dev_env = os.environ.get('GALAXY_DEVELOPMENT_ENVIRONMENT', '0') == '1' |
144 #if not $dev_env and ( $__user_email__ not in $__admin_users__ ): | 144 #if not $dev_env and ( $__user_email__ not in $__admin_users__ ): |
145 python3 $__tool_directory__/rgToolFactory2.py --bad_user $__user_email__ | 145 rgToolFactory2.py --bad_user $__user_email__ |
146 #else: | 146 #else: |
147 python3 $__tool_directory__/rgToolFactory2.py | 147 rgToolFactory2.py |
148 #if len(str($cl_prefix)) > 3: | 148 #if len(str($cl_prefix)) > 3: |
149 --cl_prefix "$cl_prefix" | 149 --cl_prefix "$cl_prefix" |
150 #end if | 150 #end if |
151 #if $cover.commover == "yes": | 151 #if $cover.commover == "yes": |
152 #if len(str($cover.command_override)) > 10: | 152 #if len(str($cover.command_override)) > 10: |