Re: [galaxy-dev] Installing a Jupyter Kernel

2016-05-17 Thread Suderman Keith
Hi Björn, Your suggestion did not work, or at least I couldn’t get it to work. However, it seems the easiest solution is to simply provide my own default_notebook.ipynb file that uses my kernel when building the Docker image. I should have something stable, and not too embarrassing, to share

Re: [galaxy-dev] LDAP not working release 16_01

2016-05-17 Thread Nicola Soranzo
Hi Mohamed, you need to install python-ldap in your Python virtual environment, e.g.: $ . .venv/bin/activate (.venv)$ pip install python-ldap Cheers, Nicola Mohamed Kassam ha scritto >___ >Please keep all replies on the list

Re: [galaxy-dev] LDAP not working release 16_01

2016-05-17 Thread Nate Coraor
Hi Mohamed, You'll need to install the Python ldap module into Galaxy's virtualenv. This can be done with: /path/to/galaxy/.venv/bin/pip install python-ldap --nate On Tue, May 17, 2016 at 9:18 AM, Mohamed Kassam wrote: > Dear all, > I updated my galaxy this mornig to the

Re: [galaxy-dev] galaxy.masthead.js change

2016-05-17 Thread Dannon Baker
Once you've changed the file, you'll need to rebuild the client. Run 'make client' from the root Galaxy directory and it should build your changes. On Tue, May 17, 2016 at 8:20 AM Mohamed Kassam wrote: > Dear Aysam Guerler, > thank you I find it, but I tried to change but I

Re: [galaxy-dev] galaxy.masthead.js change

2016-05-17 Thread Mohamed Kassam
Dear Aysam Guerler, thank you I find it, but I tried to change but I don't see any modification, don't know if it is this one or another javascript file that i have to change. Mohamed 2016-05-17 14:05 GMT+02:00 Aysam Guerler : > Hi Mohamed, the masthead file has been

Re: [galaxy-dev] galaxy.masthead.js change

2016-05-17 Thread Aysam Guerler
Hi Mohamed, the masthead file has been moved to https://github.com/galaxyproject/galaxy/blob/dev/client/galaxy/scripts/layout/masthead.js . On Tue, May 17, 2016 at 4:12 AM, Mohamed Kassam wrote: > Dear all, > I would like to know which file replaced the galaxy.masthead.js