Re: [galaxy-dev] Some questions about histories

2012-08-15 Thread Sascha Kastens
Hi Nate,   thanks for your reply. My solution will break down in such a case, indeed. So here is what I need/have:   I have a tool which allows the user to select a specific workflow and appropriate input data from his/her history. On execution a script is used to do several preprocessing st

Re: [galaxy-dev] Conditionally showing certain form elements on tool page

2012-08-15 Thread Dan Tenenbaum
Hi John, On Wed, Aug 15, 2012 at 7:32 PM, John Patterson wrote: > On 08/15/2012 08:59 PM, Dan Tenenbaum wrote: > > Hi all, > > I'm trying to wrap my head around what the tag does...it > looks like it doesn't do what I would like. > > I want to create a tool that allows the user to upload a data

Re: [galaxy-dev] Conditionally showing certain form elements on tool page

2012-08-15 Thread John Patterson
On 08/15/2012 08:59 PM, Dan Tenenbaum wrote: Hi all, I'm trying to wrap my head around what the tag does...it looks like it doesn't do what I would like. I want to create a tool that allows the user to upload a data file and then have it run through one or more filters. Each filter takes one o

[galaxy-dev] Conditionally showing certain form elements on tool page

2012-08-15 Thread Dan Tenenbaum
Hi all, I'm trying to wrap my head around what the tag does...it looks like it doesn't do what I would like. I want to create a tool that allows the user to upload a data file and then have it run through one or more filters. Each filter takes one or more parameters. I was thinking I could do s

Re: [galaxy-dev] Another trackster issue?

2012-08-15 Thread Jeremy Goecks
> When I zoom in the point where 20kb is displayed on screen I get large blocks > of the track separated by empty gaps. When I zoom in to these gaps there is > definitely track signal there. Is this a bug or is this intended to limit the > amount of data to load? Long-standing bug. I've fixed i

[galaxy-dev] refresh user history

2012-08-15 Thread Quang Trinh
Hi dev, We have a script that download a number of files from an external site, however, only the first file shows up in the user history once the downloads are complete. The rest of the files show up when we click on the refresh user history button. Is there a way to refresh the user history i

Re: [galaxy-dev] File upload via ftp: FileZilla

2012-08-15 Thread Jennifer Jackson
Hi Suzan, Just to double check - for this value > Username: My galaxy Username You are entering your email address, correct? Not the user name that shows up on Pages, etc. Galaxy credentials are email & password for FTP. It doesn't look like you are using SFTP, which would be a problem, but

Re: [galaxy-dev] Some questions about histories

2012-08-15 Thread Nate Coraor
On Aug 15, 2012, at 10:08 AM, Sascha Kastens wrote: > Hi again! > I was able to implement a quite dirty solution: > > first I edited /lib/galaxy/model/mapping.py and extended > > assign_mapper( context, User, User.table, > properties=dict( histories=relation( History, backref="user", >

[galaxy-dev] Another trackster issue?

2012-08-15 Thread SHAUN WEBB
I am looking at bigwig files in trackster. When I zoom in the point where 20kb is displayed on screen I get large blocks of the track separated by empty gaps. When I zoom in to these gaps there is definitely track signal there. Is this a bug or is this intended to limit the amount of data

[galaxy-dev] how to edit attributes of tool

2012-08-15 Thread Robert Chase
Hello, Is there a way to annotate the notes of a custom tool to include information about the parameters passed to the tool? Let us say a user specifies a number n as a parameter to the tool. Is it possible to put this parameter in the notes that appear when the pencil icon is pressed? Reading th

Re: [galaxy-dev] Some questions about histories

2012-08-15 Thread Sascha Kastens
Hi again! I was able to implement a quite dirty solution:   first I edited /lib/galaxy/model/mapping.py and extended   assign_mapper( context, User, User.table, properties=dict( histories=relation( History, backref="user", order_by=desc(History.t

[galaxy-dev] Trackster Bug

2012-08-15 Thread SHAUN WEBB
Hi, not sure if this has been reported yet. If I use the dataset icon to view in trackster then select view in saved visualisation, the saved visualisations pop up momentarily then the window closes. I've tested this on the main galaxy site and my own instance on Chrome and Firefox. Th

Re: [galaxy-dev] Upload File: how to see all registered formats ?

2012-08-15 Thread Marc Logghe
Hi Greg, That is great, I`ll give it a try. Thank a lot, Marc From: Greg Von Kuster [g...@bx.psu.edu] Sent: Tuesday, August 14, 2012 10:38 PM To: Marc Logghe Cc: Björn Grüning; galaxy-dev@lists.bx.psu.edu Subject: Re: [galaxy-dev] Upload File: how to see all

Re: [galaxy-dev] problems in integrating tools to GALAXY

2012-08-15 Thread Hans-Rudolf Hotz
Hi Jenny Do you actually get an error message? like: "tool not found" First, try to find out what is actually not working in your script by adding some debugging comments (eg: print "wc run correctly"; etc) Next, just to get it working, provide the full path for each tool in the system com