[galaxy-dev] listing attributes of data input

2011-02-03 Thread Freddy de Bree
Dear all, I was wondering if there is a place within the Galaxy content (a config, an xml file) that gives me some handles on how to address attributes of data input. For example, I can get the 'file_name' of data input, by addressing this attr as 'input.file_name', and for example, the original

[galaxy-dev] Fwd: [galaxy-user] listing attributes of data input

2011-02-03 Thread Peter
I realise now this question was also posted to the dev list, which is probably a better place to discuss it. -- Forwarded message -- From: Peter Date: Thu, Feb 3, 2011 at 11:05 AM Subject: Re: [galaxy-user] listing attributes of data input To: Freddy de Bree Cc: galaxy-u...@lists

[galaxy-dev] Barcode/adapter/primer trimming/filtering of sequences/reads

2011-02-03 Thread Peter Cock
Hi all, I'm currently working with some 454 data where the sample was amplified with selective primers, and therefore the reads need a little processing to remove the primer sequences before assembly or mapping (something that sff_extract cleverly spots and warns the user about when doing an SFF t

Re: [galaxy-dev] Galaxy integration with LSF: seg fault: update

2011-02-03 Thread Marina Gourtovaia
Looks like Galaxy is OK with LSF queue that submits to Debian etch nodes; it seg. faults with jobs running on Debian lenny. The server itself is running on a lenny node. Investigating further... Marina On 02/02/2011 16:43, Marina Gourtovaia wrote: Hello I've set up Galaxy to use LSF. My firs

Re: [galaxy-dev] Barcode/adapter/primer trimming/filtering of sequences/reads

2011-02-03 Thread Peter Cock
On Thu, Feb 3, 2011 at 11:54 AM, Peter Cock wrote: > Hi all, > > I'm currently working with some 454 data where the sample was > amplified with selective primers, and therefore the reads need a > little processing to remove the primer sequences before assembly > or mapping (something that sff_extr

Re: [galaxy-dev] Fwd: [galaxy-user] listing attributes of data input

2011-02-03 Thread Leandro Hermida
I asked a similar question in this thread http://lists.bx.psu.edu/pipermail/galaxy-dev/2011-January/004183.html, I agree it would be nice to have a wiki page showing all the attributes available to tool elements. On Thu, Feb 3, 2011 at 12:06 PM, Peter wrote: > I realise now this question was als

[galaxy-dev] One tool per file format, or one flexible tool?

2011-02-03 Thread Peter Cock
In my earlier email about Barcode/adapter/primer trimming/filtering of sequences/reads I wrote: > ... > > Currently I have used three separate scripts, with three separate > XML files - one for each supported file type (FASTA, FASTQ, SFF). > They all have the same interface, so could be done as a s

Re: [galaxy-dev] Error with setuptools version in Galaxy installation on Cluster

2011-02-03 Thread Sonali Amonkar
To be more precise I made the following change in scripts/scramble/build/py2.4-linux-x86_64-ucs2/pbs_python/scramble.py # version string in 2.9.4 setup.py is wrong print "scramble(): Patching setup.py" if not os.path.exists( 'setup.py.orig' ): shutil.copyfile( 'setup.py', 'setup.py.orig' )

[galaxy-dev] Populating tool select menu with database data?

2011-02-03 Thread Leandro Hermida
Hi, Sorry I tried to search for this and couldn't find an example to this basic question where can I find an example on how to populate a tool select menu with database data? best, Leandro ___ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http

Re: [galaxy-dev] Import files from local file system

2011-02-03 Thread Stephen Taylor
Hi Nate, If there are problems with this method please do let us know so we can look in to it. Your thoughts about using the FTP upload as you describe should work fine. Unfortunately it is not written so generically, so you'll need to set an FTP server name in the appropriate option in the co

[galaxy-dev] Tracking tool usage

2011-02-03 Thread Peter Cock
Hi all, In brainstorming here about how to organise the tools menu in our local Galaxy, we considered an automatically populated list of the user's frequently or recently used tools. Unlike a favourites system, this doesn't require explicit action from the user. That brought us to another thought

Re: [galaxy-dev] Tracking tool usage

2011-02-03 Thread Greg Von Kuster
Hi Peter, On Feb 3, 2011, at 10:55 AM, Peter Cock wrote: > Hi all, > > In brainstorming here about how to organise the tools menu in our > local Galaxy, we considered an automatically populated list of the > user's frequently or recently used tools. Unlike a favourites system, > this doesn't req

Re: [galaxy-dev] Import files from local file system

2011-02-03 Thread Nate Coraor
Stephen Taylor wrote: > Hi Nate, > > >If there are problems with this method please do let us know so we can > >look in to it. > > > >Your thoughts about using the FTP upload as you describe should work > >fine. Unfortunately it is not written so generically, so you'll need to > >set an FTP serve

Re: [galaxy-dev] Installing reference genomes

2011-02-03 Thread Geoff Jentry
What type of data are you trying to add? For NGS references, see https://bitbucket.org/galaxy/galaxy-central/wiki/NGSLocalSetup. Let us know if that isn't enough info. Ah, thanks Kelly. I had not come across this page. Following these instructions, I was able to get a genome to show up in th

Re: [galaxy-dev] Tracking tool usage

2011-02-03 Thread Peter Cock
On Thu, Feb 3, 2011 at 4:10 PM, Greg Von Kuster wrote: > Hi Peter, > > On Feb 3, 2011, at 10:55 AM, Peter Cock wrote: > >> Hi all, >> >> In brainstorming here about how to organise the tools menu in our >> local Galaxy, we considered an automatically populated list of the >> user's frequently or r

Re: [galaxy-dev] Tracking tool usage

2011-02-03 Thread Greg Von Kuster
They run under a separate Galaxy webapp which you configure using the reports_wsgi.ini in the Galaxy install directory ( copy reports_wsgi.ini.sample and make appropriate changes for your local app ). This is where you'll set a port, and connect to the same database your Galaxy instance uses.

Re: [galaxy-dev] Tracking tool usage

2011-02-03 Thread Peter Cock
On Thu, Feb 3, 2011 at 4:38 PM, Greg Von Kuster wrote: > They run under a separate Galaxy webapp ... Why? It seems to me it would be easier to have it under the admin pages of the main Galaxy webapp. > ... which you configure using the > reports_wsgi.ini in the Galaxy install directory ( copy >

Re: [galaxy-dev] Installing reference genomes

2011-02-03 Thread Kelly Vincent
Hi, There are two things: first, the Bowtie for Illumina and Bowtie for SOLiD wrappers use different data tables (bowtie_indexes as opposed to bowtie_indexes_color), which refer to different loc files (bowtie_indexes.loc and bowtie_indexes_color.loc, respectively). Secondly, although this

Re: [galaxy-dev] Tracking tool usage

2011-02-03 Thread Greg Von Kuster
On Feb 3, 2011, at 11:58 AM, Peter Cock wrote: > On Thu, Feb 3, 2011 at 4:38 PM, Greg Von Kuster wrote: >> They run under a separate Galaxy webapp ... > > Why? It seems to me it would be easier to have it under the admin pages > of the main Galaxy webapp. Running as a separate web application

[galaxy-dev] Upload files from filesystem paths for non admin users

2011-02-03 Thread Jean-Baptiste Denis
Hello everybody, i'm sorry for posting again. I didn't have any answer during the christmas holiday, so i take another (and last) chance :) I'm running a fresh galaxy-dist installation (changeset 4640:8729d2e29b02) on a Centos 5.5 distribution. I'm using LDAP authentication through Apache. Here

Re: [galaxy-dev] Import files from local file system

2011-02-03 Thread Stephen Taylor
Hi Nate, If there are problems with this method please do let us know so we can look in to it. Your thoughts about using the FTP upload as you describe should work fine. Unfortunately it is not written so generically, so you'll need to set an FTP server name in the appropriate option in the c

Re: [galaxy-dev] Upload files from filesystem paths for non admin users

2011-02-03 Thread Greg Von Kuster
Hello Jean-Baptiste, Running the latest revision in the distribution, (4895:ad933d160a7c), I have followed your steps precisely and do not see the behavior you state. Making sure that the user foobar is not an admin user, the only upload options I see are 'Upload files', 'Upload a directory of

Re: [galaxy-dev] Installing reference genomes

2011-02-03 Thread Geoff Jentry
There are two things: first, the Bowtie for Illumina and Bowtie for SOLiD wrappers use different data tables (bowtie_indexes as opposed to bowtie_indexes_color), which refer to different loc files (bowtie_indexes.loc and bowtie_indexes_color.loc, respectively). Secondly, although this won't Ah