[galaxy-dev] Different display ratio (Tools, Center History)

2013-03-20 Thread Hagai Cohen
Hi, How is it possible to change the deafult display ratio in galaxy? (The ratio between the tools, center history) Thanks, Hagai ___ Please keep all replies on the list by using reply all in your mail client. To manage your subscriptions

Re: [galaxy-dev] Issue with viz of mapped data in Trackster

2013-03-20 Thread Joachim Jacob | VIB |
OK (I see now I have posted twice the same error from the log - silly of me, sorry). First this: yes, the permissions in the data library are set so that only I and one other person can access the data library (set by one sharing role for both of us) The entries in the job table related to

Re: [galaxy-dev] show urls in csv (in eye mode)

2013-03-20 Thread Hagai Cohen
Hi, I found that in order to change static/scripts/mvc/data.js, I had to delete static/scripts/packed/mvc/data.js. After doing so, I have added the following patch in order to add links inside tabular view. else if (column_types[index] === 'str' || column_types === 'list') { /* Left

Re: [galaxy-dev] Displaying track into UCSC (update)

2013-03-20 Thread Julien SEILER
Hello Carl, We are using galaxy-dist on revision a4113cc1cb5e. When we talk about private dataset, we mean datasets that have been uploaded to a user history through the Upload file tool. The access permission is allowed only to the current user role for these datasets. Anonymous user are not

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Nicola Soranzo
Il giorno mar, 19/03/2013 alle 15.20 -0400, Raj Ayyampalayam ha scritto: One of the first few tools I tested was the ncbi makebkastdb tool. When I try to run it the history for that particular job is immediately shown as follows: 0: (unnamed dataset) Failed to retrieve dataset

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 10:08 AM, Nicola Soranzo sora...@crs4.it wrote: Il giorno mar, 19/03/2013 alle 15.20 -0400, Raj Ayyampalayam ha scritto: One of the first few tools I tested was the ncbi makebkastdb tool. When I try to run it the history for that particular job is immediately shown as

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Nicola Soranzo
Il giorno mer, 20/03/2013 alle 12.41 +, Peter Cock ha scritto: On Wed, Mar 20, 2013 at 10:08 AM, Nicola Soranzo sora...@crs4.it wrote: Il giorno mar, 19/03/2013 alle 15.20 -0400, Raj Ayyampalayam ha scritto: One of the first few tools I tested was the ncbi makebkastdb tool. When I

Re: [galaxy-dev] customtrack visualisation

2013-03-20 Thread Jennifer Jackson
Hi Shaun. Is this still an issue for you this morning, on the public Main Galaxy server at https://main.g2.bx.psu.edu/? I am unable to reproduce with a test dataset: - bed custom track - datatype = customtrack - database = hg18 display at UCSC main is functional, and it is the only external

Re: [galaxy-dev] Some problems setting up a new cloudman instance on AWS

2013-03-20 Thread Adam Cohn
If anyone is following this thread, it turned out to be an error specific to Safari Web browser. The tool shed functionality works fine on Firefox. It has been identified as an issue and reproduced by the Galaxy team. Thanks Dannon for going above and beyond in tracking this down! Adam

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 1:55 PM, Peter Cock p.j.a.c...@googlemail.com wrote: On Wed, Mar 20, 2013 at 1:52 PM, Nicola Soranzo sora...@crs4.it wrote: Il giorno mer, 20/03/2013 alle 12.41 +, Peter Cock ha scritto: The patch just removes the MetadataElement call - is that wise? Hi Peter, my

[galaxy-dev] What are wrappers, how can I use this?

2013-03-20 Thread Ramon Tiburski
Hi, I installed galaxy locally and want to develop some tools, but I don't know where start. I would know what are wrappers and what I could do with this, and if is possible develop a tool in java. Thanks Ramão

Re: [galaxy-dev] What are wrappers, how can I use this?

2013-03-20 Thread Dannon Baker
Sure, tools can be written in anything you'd like -- the wrapper you're referring to is just XML that tells galaxy how to interact with your command line tool. Here are some resources that should get you started: http://screencast.g2.bx.psu.edu/toolIntegration/

Re: [galaxy-dev] What are wrappers, how can I use this?

2013-03-20 Thread Ramon Tiburski
Thank you Dannon Date: Wed, 20 Mar 2013 11:17:19 -0400 Subject: Re: [galaxy-dev] What are wrappers, how can I use this? From: dannon.ba...@gmail.com To: ramao_tiago_tibur...@hotmail.com CC: galaxy-dev@lists.bx.psu.edu Sure, tools can be written in anything you'd like -- the wrapper

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Raj Ayyampalayam
Hi Guys, Thanks for the quick response. I installed the latest blast datatypes from the toolshed and that fixed the issue. Peter, can you also fix the $outfile.extra_files_path to $outfile.files_path on line 5 in the makedb wrapper xml file. Thanks, -Raj On Wednesday, March 20, 2013

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 3:43 PM, Raj Ayyampalayam ra...@uga.edu wrote: Hi Guys, Thanks for the quick response. I installed the latest blast datatypes from the toolshed and that fixed the issue. Great - thanks for letting us know so promptly. Peter, can you also fix the

Re: [galaxy-dev] Running jobs as real user and extra_file_path

2013-03-20 Thread Peter Cock
On Mon, Apr 30, 2012 at 4:47 PM, Nate Coraor n...@bx.psu.edu wrote: On Apr 25, 2012, at 9:39 AM, Louise-Amélie Schmitt wrote: Hi everyone, I just wanted to ask how the extra_file_path is handled in case of job running as the real user since the file_path is only writable by the galaxy user.

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 3:47 PM, Peter Cock p.j.a.c...@googlemail.com wrote: On Wed, Mar 20, 2013 at 3:43 PM, Raj Ayyampalayam ra...@uga.edu wrote: Hi Guys, Thanks for the quick response. I installed the latest blast datatypes from the toolshed and that fixed the issue. Great - thanks for

Re: [galaxy-dev] customtrack visualisation

2013-03-20 Thread Shaun Webb
Hi Jen, I should have said this is in my own install. It works fine at the main server. I only noticed this as I was running a tutorial I created last year. So I can only say that something has changed in the last year.. I was wondering where in the configuration files or scripts galaxy

Re: [galaxy-dev] Problems with rsync from datacache.g2.bx.psu.edu/indexes

2013-03-20 Thread Raj Ayyampalayam
Hi Nate, I am trying to rsync the indexes and getting a rsync error. $ rsync -avz rsync://datacache.g2.bx.psu.edu/indexes/phiX . @ERROR: chroot failed rsync error: error starting client-server protocol (code 5) at main.c(1530) [receiver=3.0.6] Should I change anything in my command? Thanks,

[galaxy-dev] Cloudman on openstack

2013-03-20 Thread Zeeshan Ali Shah
Hi, any update for cloudman with openstack . the page seems quite old http://wiki.galaxyproject.org/CloudMan/OpenStack -- Regards Zeeshan Ali Shah System Administrator - PDC HPC PhD researcher (IT security) Kungliga Tekniska Hogskolan +46 8 790 9115 http://www.pdc.kth.se/members/zashah