Skip to content

Commit

Permalink
Merge pull request #2895 from guerler/activate_new_run_form
Browse files Browse the repository at this point in the history
Enable new run workflow form
  • Loading branch information
dannon committed Sep 6, 2016
2 parents 61fb261 + e510f86 commit cbd55b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/galaxy.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ use_interactive = True
# -- Beta features

# Enable new run workflow form
#run_workflow_toolform_upgrade = False
#run_workflow_toolform_upgrade = True

# Enable Galaxy to communicate directly with a sequencer
#enable_sequencer_communication = False
Expand Down
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/workflow/run.mako
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%inherit file="/base.mako"/>

## TEMPORARY SWITCH FOR THE NEW TOOL FORM
%if util.string_as_bool(trans.app.config.get('run_workflow_toolform_upgrade', False)):
%if util.string_as_bool(trans.app.config.get('run_workflow_toolform_upgrade', True)):
${h.js("libs/bibtex", "libs/jquery/jquery-ui")}
${h.css('jquery-ui/smoothness/jquery-ui')}
<%
Expand Down

0 comments on commit cbd55b2

Please sign in to comment.