Re: [galaxy-dev] Toolshed is not starting + patch

2012-09-10 Thread Greg Von Kuster
Hi Bjorn,

The main Galaxy tool shed is tracking the Galaxy-dist repository.  Per requests 
from the Galaxy community, it no longer tracks Galaxy-central.

Greg Von Kuster

On Sep 10, 2012, at 12:25 PM, Björn Grüning wrote:

> Hi,
> 
> the toolshed is not starting with the latest galaxy-central version.
> Attached is a small patch to solve that problem.
> 
> Cheers,
> Bjoern
> 
> -- 
> Björn Grüning
> Albert-Ludwigs-Universität Freiburg
> Institute of Pharmaceutical Sciences
> Pharmaceutical Bioinformatics
> Hermann-Herder-Strasse 9
> D-79104 Freiburg i. Br.
> 
> Tel.:  +49 761 203-4872
> Fax.:  +49 761 203-97769
> E-Mail: bjoern.gruen...@pharmazie.uni-freiburg.de
> Web: http://www.pharmaceutical-bioinformatics.org/
> ___
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
> 
>  http://lists.bx.psu.edu/


___
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


[galaxy-dev] Toolshed is not starting + patch

2012-09-10 Thread Björn Grüning
Hi,

the toolshed is not starting with the latest galaxy-central version.
Attached is a small patch to solve that problem.

Cheers,
Bjoern

-- 
Björn Grüning
Albert-Ludwigs-Universität Freiburg
Institute of Pharmaceutical Sciences
Pharmaceutical Bioinformatics
Hermann-Herder-Strasse 9
D-79104 Freiburg i. Br.

Tel.:  +49 761 203-4872
Fax.:  +49 761 203-97769
E-Mail: bjoern.gruen...@pharmazie.uni-freiburg.de
Web: http://www.pharmaceutical-bioinformatics.org/
diff -r 9207ba35fa0c templates/webapps/community/base_panels.mako
--- a/templates/webapps/community/base_panels.mako	Sun Sep 09 18:24:51 2012 -0400
+++ b/templates/webapps/community/base_panels.mako	Mon Sep 10 18:18:52 2012 +0200
@@ -72,7 +72,7 @@
 ## Help tab.
 <%
 menu_options = [  
-[_('Galaxy Q&A'), app.config.get( "qa_url", "http://slyfox.bx.psu.edu:8080/"; ), "_blank" ]
+[_('Galaxy Q&A'), app.config.get( "qa_url", "http://slyfox.bx.psu.edu:8080/"; ), "_blank" ],
 [_('Support'), app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support"; ), "_blank" ],
 [_('Tool shed wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/Tool%20Shed"; ), "_blank" ],
 [_('Galaxy wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/"; ), "_blank" ],
___
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/