commit/galaxy-central: 2 new changesets
2 new changesets in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/d69e36d1d2f6/ changeset: r5210:d69e36d1d2f6 user: kanwei date: 2011-03-10 22:09:03 summary: Make workflow run_complete.mako modern affected #: 1 file (621 bytes) --- a/templates/workflow/run_complete.mako Thu Mar 10 15:48:00 2011 -0500 +++ b/templates/workflow/run_complete.mako Thu Mar 10 16:09:03 2011 -0500 @@ -1,38 +1,20 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<%inherit file="/base.mako"/> -<head> -<link href="${h.url_for('/static/style/base.css')}" rel="stylesheet" type="text/css" /> -<script> -if ( parent.frames && parent.frames.galaxy_history ) { - parent.frames.galaxy_history.location.href="${h.url_for( controller='root', action='history' ) }"; -} -</script> -</head> - -<body> - <div class="donemessage"> - <p> - Successfully ran workflow "${workflow.name}", the following datasets have - been added to the queue. - %if new_history: - These datasets will appear in a new history: - <a target='galaxy_history' href="${h.url_for( controller='history', action='list', operation="Switch", id=trans.security.encode_id(new_history.id), use_panels=False, show_deleted=False )}"> - '${h.to_unicode(new_history.name)}'. - </a> - %endif - </p> - <div style="padding-left: 10px;"> - %for step_outputs in outputs.itervalues(): - %for data in step_outputs.itervalues(): - %if not new_history or data.history == new_history: - <p><b>${data.hid}</b>: ${data.name}</p> - %endif - %endfor +<div class="donemessagelarge"> + Successfully ran workflow "${workflow.name}". The following datasets have been added to the queue: + %if new_history: + These datasets will appear in a new history: + <a target='galaxy_history' href="${h.url_for( controller='history', action='list', operation="Switch", id=trans.security.encode_id(new_history.id), use_panels=False, show_deleted=False )}"> + '${h.to_unicode(new_history.name)}'. + </a> + %endif + <div style="padding-left: 10px;"> + %for step_outputs in outputs.itervalues(): + %for data in step_outputs.itervalues(): + %if not new_history or data.history == new_history: + <p><strong>${data.hid}</strong>: ${data.name}</p> + %endif %endfor - </div> + %endfor </div> -</body> - -</html> +</div> \ No newline at end of file http://bitbucket.org/galaxy/galaxy-central/changeset/394e58a5e63c/ changeset: r5211:394e58a5e63c user: kanwei date: 2011-03-10 22:11:49 summary: merge affected #: 0 files (0 bytes) --- a/tool-data/shared/ucsc/manual_builds.txt Thu Mar 10 16:09:03 2011 -0500 +++ b/tool-data/shared/ucsc/manual_builds.txt Thu Mar 10 16:11:49 2011 -0500 @@ -696,3 +696,5 @@ Spur_v2.6 Purple Sea Urchin (Strongylocentrotus purpuratus) v2.6 Ptrichocarpa_156 Poplar (Populus trichocarpa) Hydra_JCVI Hydra magnipapillata str. 105 +Araly1 Arabidopsis lyrata +Zea_mays_B73_RefGen_v2 Maize (Zea mays) chr1=301354135,chr2=237068928,chr3=232140222,chr4=241473566,chr5=217872898,chr6=169174371,chr7=176764813,chr8=175793772,chr9=156750718,chr10=150189513,chr11=7140224 Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket