Re: [galaxy-dev] galaxy with SGE cluster

2011-05-12 Thread Nate Coraor
Shantanu Pavgi wrote: > > I need some help in configuring galaxy with SGE scheduler using unified > method. The galaxy is running on a system distinct from SGE scheduler > install. The cluster nodes can access galaxy install, galaxy-tools and > dataset files using NFS. I am not sure how drmaa w

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Nate Coraor
Vipin TS wrote: > Hello Nate, > > Can you make sure that your dump was created with '-E UTF-8' flag? > > > > I didn't use any customized encoding for my dump, took the default one, I > believe which is the database encoding. > > > > Also, in your old database server, use psql's '\l' command to

[galaxy-dev] galaxy with SGE cluster

2011-05-12 Thread Shantanu Pavgi
I need some help in configuring galaxy with SGE scheduler using unified method. The galaxy is running on a system distinct from SGE scheduler install. The cluster nodes can access galaxy install, galaxy-tools and dataset files using NFS. I am not sure how drmaa works and how galaxy submits jobs

[galaxy-dev] Javascript out of date - history widgets don't expand.

2011-05-12 Thread James Bullard
This is probably not a galaxy problem at all, however it is manifesting itself in the history pane of galaxy. The history widgets don't expand -- everything else works fine. The relevant javascript error looks to be: Uncaught TypeError: Cannot call method 'init' of undefined init_history_items

Re: [galaxy-dev] param type="float" optional="true" doesn't work

2011-05-12 Thread Peter Cock
On Thu, May 12, 2011 at 6:03 PM, Leandro Hermida wrote: > Hi, how do you make float parameter types fully optional? optional="true" > doesn't work. > > -Leandro Sadly this is a known bug I reported some time ago: https://bitbucket.org/galaxy/galaxy-central/issue/403 Peter

Re: [galaxy-dev] interval format from pileup

2011-05-12 Thread Anton Nekrutenko
Thanks for letting me know. I'm also forwarding this galaxy-dev, so the thread in complete. Thanks, anton Anton Nekrutenko http://nekrut.bx.psu.edu http://usegalaxy.org On May 12, 2011, at 2:30 PM, Katie Hyma wrote: > Hi Anton, > > You're right, sorry for the false alarm. After a more car

Re: [galaxy-dev] API

2011-05-12 Thread Dannon Baker
Frederick, The API is distributed along with galaxy. To enable it, set the following in your universe_wsgi.ini: enable_api = True Once that's enabled, each user can create an API key using the "API Keys" option in the user menu of the main masthead. For additional information, see /scripts/

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Vipin TS
Hello Nate, Can you make sure that your dump was created with '-E UTF-8' flag? > I didn't use any customized encoding for my dump, took the default one, I believe which is the database encoding. > Also, in your old database server, use psql's '\l' command to show the > encoding of your database

[galaxy-dev] API

2011-05-12 Thread Frederick van Staden
Anyone know where i can get the galaxy API? Regards Fred ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://li

Re: [galaxy-dev] Filter data on any column and missing values

2011-05-12 Thread Peter Cock
On Thu, Apr 7, 2011 at 7:00 PM, Peter Cock wrote: > On Thu, Apr 7, 2011 at 4:28 PM, Peter Cock wrote: >> Hi all, >> >> I have just found a problem using the "Filter data on any column using >> simple expressions" tool, i.e. files tools/stats/filters.xml and >> tools/stats/filters.py >> >> I have

[galaxy-dev] param type="float" optional="true" doesn't work

2011-05-12 Thread Leandro Hermida
Hi, how do you make float parameter types fully optional? optional="true" doesn't work. -Leandro ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, p

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Nate Coraor
Vipin TS wrote: > Hello Nate, > > Was your original dump from a database using an encoding other than > > UTF-8? > > > > --nate > > > > > My database was in postgres 8.3 and I took the database dump using postgres > 8.4. > I did not understand your question at right way. Can you make sure that yo

Re: [galaxy-dev] interval format from pileup

2011-05-12 Thread Anton Nekrutenko
Katie: "Filter pileup" outputs 0-based coordinates if you use the "Convert coordinates to intervals" option. So the issue may be related to aaChanges tools. Can you give us a specific example, so we can track things down. Thanks! anton galaxy team Anton Nekrutenko http://nekrut.bx.psu.edu h

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Vipin TS
Hello Nate, Was your original dump from a database using an encoding other than > UTF-8? > > --nate > > My database was in postgres 8.3 and I took the database dump using postgres 8.4. I did not understand your question at right way. Vipin _

[galaxy-dev] interval format from pileup

2011-05-12 Thread Katie Hyma
Hi all, I ran into this problem, and thought others might run in to it as well: When using bowtie and samtools, positions are formatted with a 1-base offset, whereas interval format requires 0-base offset. Recently, I used the 'Filter pileup on coverage and SNPs' tool with the 'convert coordinates

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Nate Coraor
Vipin TS wrote: > Sorry for the relayed response from my side. > > As you suggested I tried with --disable-triggers option for restoring the > database from the dump file, > Apparently this returns some notice message associated with circular > foreign-key constraints for few > tables. Here are s

Re: [galaxy-dev] Restoring galaxy database return few empty tables.

2011-05-12 Thread Vipin TS
Hello Nate, > > When restoring, I generally use the --disable-triggers, which instructs > Postgres to ignore foreign key constraints. > > --nate > > Sorry for the relayed response from my side. As you suggested I tried with --disable-triggers option for restoring the database from the dump file,

[galaxy-dev] minor bug: double-quotes in dataset name

2011-05-12 Thread Assaf Gordon
Hello, There's a small bug when entering a double-quote character in a dataset name: The double-quote confuses some later-on processing (templates and Display-Application XML), resulting in some problems. Example: This history has one BAM dataset with a name of: Hello "world" http://main.g2.b

[galaxy-dev] Bug with new tool? (cheetah + shell script issue?)

2011-05-12 Thread Louise-Amelie Schmitt
Hello, When adding a new tool, we used a cheetah'ed shell script defined in the tags of the tool's xml file. To get the absolute path of an external script located in the tools directory, I used the following code in the script: ${ os.getcwd() }/${ $__app__.config.tool_path }/toolsubdir/sc