Re: [galaxy-dev] Getting binary programs into Galaxy distribution?

2011-05-25 Thread James Taylor
John, I'll take a look at the program. There isn't a great way to do this until the dependency installation system is working. A thin python wrapper (using Cython) would be the usual trick we would use. However: have you considered just using cat? This should be completely valid for gzip

[galaxy-dev] new galaxy-dist fixes multiple IE UI bugs

2011-05-25 Thread Leandro Hermida
Thanks Galaxy Dev Team, the new galaxy-dist fixes multiple UI bugs with IE, for e.g. the workflow editor works now works and the history expand/collapse works! :) ___ Please keep all replies on the list by using reply all in your mail client.

Re: [galaxy-dev] Galaxy BLAST XML to tabular fix

2011-05-25 Thread Peter Cock
On Wed, May 18, 2011 at 6:40 PM, Peter Cock p.j.a.c...@googlemail.com wrote: Hi Kanwei, Could you merge this branch or transplant this fix please? https://bitbucket.org/peterjc/galaxy-central/changeset/3c0b903c86a9 https://bitbucket.org/peterjc/galaxy-central/src/blast_2011_05_18 New

[galaxy-dev] Problem with file's extension

2011-05-25 Thread shashi shekhar
Hi All, I have some problem with extension of file.some executables file will recognize the only the specific extension like autodock . it takes one input file ( extension with .dpf ) and one outpt file (extension with .dlg). how can we resolve such type of problem . Regards Shashi

Re: [galaxy-dev] Galaxy BLAST XML to tabular fix

2011-05-25 Thread Kanwei Li
Sorry, it slipped by. Committed! On Wed, May 25, 2011 at 12:48 PM, Peter Cock p.j.a.c...@googlemail.comwrote: On Wed, May 18, 2011 at 6:40 PM, Peter Cock p.j.a.c...@googlemail.com wrote: Hi Kanwei, Could you merge this branch or transplant this fix please?

Re: [galaxy-dev] new galaxy-dist fixes multiple IE UI bugs

2011-05-25 Thread Kanwei Li
Thank YOU for reporting them ;) On Wed, May 25, 2011 at 11:33 AM, Leandro Hermida soft...@leandrohermida.com wrote: Thanks Galaxy Dev Team, the new galaxy-dist fixes multiple UI bugs with IE, for e.g. the workflow editor works now works and the history expand/collapse works! :)

Re: [galaxy-dev] Problem with file's extension

2011-05-25 Thread Kanwei Li
Hi Shashi, You can add your own datatypes using the instructions here: https://bitbucket.org/galaxy/galaxy-central/wiki/AddingDatatypes Thanks, K On Wed, May 25, 2011 at 1:05 PM, shashi shekhar meshash...@gmail.comwrote: Hi All, I have some problem with extension of file.some executables

Re: [galaxy-dev] Problem with file's extension

2011-05-25 Thread Kelly Vincent
Shashi, All of Galaxy's datasets have the extension .dat so your problem is not uncommon. The general solution to this is to create temp files that have the the required extensions for the tool and point them to/ from the actual Galaxy input and output. There are several ways to do this.

Re: [galaxy-dev] Galaxy BLAST XML to tabular fix

2011-05-25 Thread Peter Cock
On Wed, May 25, 2011 at 1:10 PM, Kanwei Li kan...@gmail.com wrote: Sorry, it slipped by. Committed! No problem - thank you, Peter ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] multiple cluster job runners?

2011-05-25 Thread Nate Coraor
Shantanu Pavgi wrote: On May 24, 2011, at 4:49 AM, Nate Coraor wrote: Shantanu Pavgi wrote: I am looking at options to configure settings such as wall-time, memory, and number of cores etc. for each tool and wondering if this can be done using multiple cluster job runner

Re: [galaxy-dev] cluster files directory configuration

2011-05-25 Thread Nate Coraor
Shantanu Pavgi wrote: On May 19, 2011, at 4:05 PM, Shantanu Pavgi wrote: I have configured custom cluster_files_directory in universe_wsgi.ini file. The cluster jobs are running fine, however job scripts, stdout and stderr are being written in default database/pbs location. Am I

Re: [galaxy-dev] Getting binary programs into Galaxy distribution?

2011-05-25 Thread Duddy, John
I had considered cat, but from what I have read, not all readers understand it, or understand it as a single compressed stream. Since the resulting file would differ from a block gzipped file (embedded gzip headers with filenames, embedded per-file trailers, and the final CRC/size not matching

[galaxy-dev] NGS index files not showing up

2011-05-25 Thread Jeremy Lipson
Hi, I've installed galaxy locally on my Mac, I've got everything running fine except Bowtie/Tophat/etc. indexes. I tried following the steps here: https://bitbucket.org/galaxy/galaxy-central/wiki/NGSLocalSetup So my bowtie_indices.loc file looks like this: e_coli

Re: [galaxy-dev] Getting binary programs into Galaxy distribution?

2011-05-25 Thread Duddy, John
Sounds like we'll have to do a phased solution. I'll see if cat works well enough for tool interoperability for now and see what we can do to make it better (if needed) later. Thanks, guys! John Duddy Sr. Staff Software Engineer Illumina, Inc. 9885 Towne Centre Drive San Diego, CA 92121 Tel:

[galaxy-dev] Is dynamic associated information per dataset possible?

2011-05-25 Thread Duddy, John
We'd like to be able to associate fixed things (project, Sample, sequencer used) with user's FASTQ files, and we'd also like to allow users to associate dynamic, site-specific stuff with the sequencing run. Currently, users track their runs using a CSV sample sheet, and often they add columns

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-25 Thread Dave Walton
Greg. We do not use the template_cache_path in our config. I deleted all the files in ~/database/compiled_templates and restarted my server. I still get the error (even with a shift reload of my browser). I've tried it (on the Mac) with Firefox 3.5.2, Safari 5.0.5 and Google Chrome 11.0.696.71