Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-16 Thread Christophe Antoniewski
Hi, This is a quick follow up about the instructions given by Aysam and Martin, which may help others (including me ;-). Indeed I upgraded our galaxy-dist to the last commit and the /client directory showed up. To get the instructions working I had to install as root some grunt related packages,

Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Christophe Antoniewski
Ok I just noticed the new client directory in Bitbucket and the accompanying trello cards. Make things more understandable... Thanks Chris Christophe Antoniewski Drosophila Genetics and Epigenetics Institut de Biologie Paris Seine

Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Martin Čech
corrrect: /client is a directory within Galaxy root - it contains all the javascripts The build (grunt) process takes the /client directory and copies the scripts to /static/scripts directory within Galaxy root (and packs them and stuff) from where the files are served to the browser. If you want

Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Christophe Antoniewski
Aysam and Martin, Thanks for your help. I am not familiar with JS development. To make "client" crystal clear : /client stands for the home directory where Galaxy-dist is installed ? and client/galaxy/scripts/mvc/upload stands for ~/galaxy-dist/scripts/mvc/upload (assuming that the galaxy code i

Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Martin Čech
I updated our wiki with this new build information. https://wiki.galaxyproject.org/Develop/JSA M. On Wed, Nov 12, 2014 at 10:11 AM, Aysam Guerler wrote: > Hi Christophe, > > In order to apply the changes scripts have to be packed properly. Please > follow these steps: > > 1. Go to the client/ d

Re: [galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Aysam Guerler
Hi Christophe, In order to apply the changes scripts have to be packed properly. Please follow these steps: 1. Go to the client/ directory and type 'npm install' 2. Now type 'grunt watch'. This will start a listener which captures code changes and repacks scripts automatically 3. Finally, make yo

[galaxy-dev] customize the Upload File tool form (version 1.1.4)

2014-11-12 Thread Christophe Antoniewski
Hi, As we have arranged an sftp upload system through ftp port for our Galaxy instance, we would need to customize the Upload File tool form, so that a few more line explain how-to-do in the FTP section of the form, in addition to the "This Galaxy server allows you to upload files via FTP. To uplo