Re: [galaxy-dev] prevent downloaded files with .txt added

2011-10-04 Thread Kanwei Li
Hi David, This is now fixed on tip: https://bitbucket.org/galaxy/galaxy-central/changeset/83e024cee23d Thanks, K On Sep 27, 2011, at 3:17 PM, David Hoover wrote: > I apologize for responding to my own email, but I thought others might want > to know. > > This turned out to be a Safari-depen

Re: [galaxy-dev] macs in galaxy

2011-09-08 Thread Kanwei Li
om:* galaxy-dev-boun...@lists.bx.psu.edu [mailto: > galaxy-dev-boun...@lists.bx.psu.edu] *On Behalf Of *Kanwei Li > *Sent:* Wednesday, August 24, 2011 5:41 PM > > *To:* KOH Jia Yu Jayce > *Cc:* galaxy-dev@lists.bx.psu.edu > *Subject:* Re: [galaxy-dev] macs in galaxy > > ** ** >

Re: [galaxy-dev] Problems with load_workflow_editor

2011-09-02 Thread Kanwei Li
Hi Shashi, Does this only happen on your instance or does it happen on our public instance as well? Thanks, K On Fri, Sep 2, 2011 at 6:46 AM, shashi shekhar wrote: > Hi All, > > i am not able to create workflow in my local instance of galaxy. it's > displaying only loading picture on browser

Re: [galaxy-dev] handling galaxy updates

2011-09-02 Thread Kanwei Li
Hi Shantanu, Test usually tracks galaxy-central pretty closely, and we do update main more often than galaxy-dist (you can see the version on main at the index page). If nothing breaks on main for a while we do a galaxy-dist release so we are generally confident that it will be stable. Thanks, K

Re: [galaxy-dev] macs in galaxy

2011-08-24 Thread Kanwei Li
p J > > > > -Original Message- > *From:* Kanwei Li [mailto:kan...@gmail.com] > *Sent:* Wednesday, August 24, 2011 11:28 PM > *To:* KOH Jia Yu Jayce > *Cc:* galaxy-dev@lists.bx.psu.edu > *Subject:* Re: [galaxy-dev] macs in galaxy > > > > Hi Jayce, > > > >

Re: [galaxy-dev] Setting the output label based on input parameters?

2011-08-24 Thread Kanwei Li
Hi Nikhil, The tool templates are Cheetah templates, so you can do things like: %if param == True: %else %endif Thanks, K On Wed, Aug 24, 2011 at 8:24 PM, Nikhil Joshi wrote: > Hi all, > > Is there a way to set the label of the output based on the input > parameters? Perhaps by usi

Re: [galaxy-dev] Installing local instance hiccup

2011-08-24 Thread Kanwei Li
in this email must be handled in accordance with the Information > Privacy Act 2000 (Vic). > > > > > On 25/08/2011, at 1:33 AM, Kanwei Li wrote: > > Hi Stephen, > > What platform are you running on? > > Thanks, > > K > > On Wed, Aug 24, 2011 at 3:53

Re: [galaxy-dev] Sam2interval.py bug

2011-08-24 Thread Kanwei Li
The read_name has been implemented as well. Thanks, K On Wed, Aug 24, 2011 at 1:15 PM, Kanwei Li wrote: > Hi Shaun, > > Thanks for reporting this, I have just committed the fix. I will let you > know if we add the read_name to the truncated output. > > -K > > > On

Re: [galaxy-dev] checkboxes bug fix

2011-08-24 Thread Kanwei Li
Hi L-A, I tried this on today's tip but could not reproduce the bug. I added your param "" to a tool and the correct value was produced on the command line and in the block as well. Re-running also gave the correct result. Are you still seeing this problem? Thanks, K 2011/8/15 Louise-Amélie Sc

Re: [galaxy-dev] value_label tool input param attribute doesn't work as documented

2011-08-24 Thread Kanwei Li
Hi Leandro, I tested this on my instance and the example you gave did give me the correct string: Human (hg18). Do you still have this problem? If so, can you provide an example where it still behaves incorrectly? Thanks, K On Thu, Jul 14, 2011 at 4:16 AM, Leandro Hermida wrote: > Hi, > > Loo

Re: [galaxy-dev] Sam2interval.py bug

2011-08-24 Thread Kanwei Li
Hi Shaun, Thanks for reporting this, I have just committed the fix. I will let you know if we add the read_name to the truncated output. -K On Tue, Aug 2, 2011 at 6:54 AM, SHAUN WEBB wrote: > > Hi, I've noticed a bug in sam2interval.py. > > There are a few indentation errors in the final lines

Re: [galaxy-dev] Launching a JAVA or external app

2011-08-24 Thread Kanwei Li
Hi Alex, Sorry for the late reply. Can you elaborate more on your needs? Does the Java app require filenames/params that can't be passed through the command line? Thanks, K On Mon, Jun 27, 2011 at 9:57 AM, Bossers, Alex wrote: > Hello all, > > would it be possible to launch for instance a JAV

Re: [galaxy-dev] Error when using build_profile_indexes.py on hg19

2011-08-24 Thread Kanwei Li
Hi Sarah, Sorry for the late reply. The error is related to a bug we're currently looking into. If you run it again, does it have this error consistently or does it only happen once in a while? Thanks, K On Thu, Jul 7, 2011 at 12:11 PM, Sarah Diehl wrote: > Hi everybody, > > when I run the bu

Re: [galaxy-dev] Issue with file permissions of uploaded files

2011-08-24 Thread Kanwei Li
Hi Joern, Would it be easier to just chmod the directories to reflect the new user? -K On Wed, Aug 24, 2011 at 4:42 AM, Joern Toedling wrote: > Hi all, > > we have our own Galaxy server running under Nginx. Recently we changed the > 'user' of Nginx in the Nginx configuration file from 'galaxy'

Re: [galaxy-dev] Installing local instance hiccup

2011-08-24 Thread Kanwei Li
Hi Stephen, What platform are you running on? Thanks, K On Wed, Aug 24, 2011 at 3:53 AM, Stephen Doyle wrote: > Hello, > > I am in the process of installing a local instance, and I can't seem to be > able to build the bx_python egg, even with scramble.py. Any ideas to get > around this? > > Ch

Re: [galaxy-dev] macs in galaxy

2011-08-24 Thread Kanwei Li
Hi Jayce, Are you running this on your local instance? It seems you are running MACS 1.4, which our wrapper does not support yet, but we are planning to add a wrapper for 1.4 soon. Thanks, K On Wed, Aug 24, 2011 at 4:20 AM, KOH Jia Yu Jayce wrote: > In running macs in galaxy, the following er

Re: [galaxy-dev] trackster problem with IE8 and IE7 when using "June 23, 2011" release

2011-08-19 Thread Kanwei Li
IE7/8 would require excanvas since it lacks official support. I'm guessing at some point the excanvas hack wasn't applied to one of the canvases created. On Fri, Aug 19, 2011 at 7:45 AM, Hans-Rudolf Hotz wrote: > Hi > > I am sorry to be a pain in the neck, but as part of our quarterly upgrade >

Re: [galaxy-dev] Extracting regions of sequences given table of co-ords

2011-08-12 Thread Kanwei Li
Done On Fri, Aug 12, 2011 at 5:36 AM, Peter Cock wrote: > On Thu, Aug 11, 2011 at 4:11 PM, Jeremy Goecks > wrote: > >>> *The tool should work with general fasta files right now, > >>> so the changes needed to support protein and other > >>> fastas should be UI-based only. > >> > >> Right, while

Re: [galaxy-dev] Request for pulling the updated FASTQ (de-)interlacer tool

2011-08-05 Thread Kanwei Li
The tool was committed in June :) -K On Fri, Aug 5, 2011 at 4:13 PM, Jennifer Jackson wrote: > Hello Florent, > > I created a ticket to better track this request. I do not find that the > changes were added yet (or that any decision about them was made), but if so > and I just missed it, we can

Re: [galaxy-dev] workflows are broken in current galaxy-central version

2011-07-21 Thread Kanwei Li
Fixed on trunk, thanks for reporting! K On Thu, Jul 21, 2011 at 12:41 PM, Edward Kirton wrote: > > URL: https://galaxy.jgi-psf.org/workflow/editor?id=3918559ba2a747d8 > Module paste.exceptions.errormiddleware:*143* in __call__ > Module paste.debug.prints:*98* in __call__ > Module paste.wsgilib:

Re: [galaxy-dev] Pull request for Galaxy

2011-07-19 Thread Kanwei Li
Hi Nick, Thank you! Although there was a tiny error in there with base_panels ;) For the future, yes, please shoot an email to galaxy-dev and either create a bitbucket issue with the patch, or have a link to the pull request. Thanks, K On Tue, Jul 19, 2011 at 11:25 AM, Nick Semenkovich wrote:

Re: [galaxy-dev] checkers

2011-07-18 Thread Kanwei Li
Hi Shaun, It is included in galaxy... do you see the checkers.py file in lib/galaxy/datatypes/checkers.py ? -K On Mon, Jul 18, 2011 at 11:31 AM, SHAUN WEBB wrote: > > > Hi, I recently update to the latest dist release and I'm getting this error > whenever I try to upload files > > Traceback (mo

Re: [galaxy-dev] removing "Select All" / "Unselect All" buttons from a set of check boxes

2011-07-13 Thread Kanwei Li
Hi Hans, I have created a ticket at BB: https://bitbucket.org/galaxy/galaxy-central/issue/614/remove-the-select-all-and-unselect-all Sorry for the late reply. Thanks, K On Sat, May 7, 2011 at 9:02 AM, Hans-Rudolf Hotz wrote: > Hi > > Is there a way to remove the "Select All" and "Unselect All

Re: [galaxy-dev] empty status for non-empty datasets

2011-07-12 Thread Kanwei Li
Hi Shantanu, Thanks for the report. Is there any pattern to the files being marked as empty? Certain filetype or histories? -K On Mon, Jul 11, 2011 at 3:07 PM, Shantanu Pavgi wrote: > > Hi, > > In our local galaxy install (currently revision 50e249442c5a) we are seeing > few output datasets as

Re: [galaxy-dev] Saved Histories - default view on deleted histories (bug)

2011-07-08 Thread Kanwei Li
Hi Michal, Can you elaborate on set on deleted items by default? It is always "active" by default for me. Thanks, K On Wed, Jul 6, 2011 at 3:23 AM, Michal Stuglik wrote: > > hi all, > > in galaxy-central: > > 1. default view in "Saved Histories" section is set on deleted items ( > Jeremy, I di

Re: [galaxy-dev] New tag in tool XML

2011-07-07 Thread Kanwei Li
Hey Peter, Right now the output is stored to a file, so we can do any processing in python, or just keep the multi-line as it is. I agree version_string should be version_cmd... didn't change it since working on it at the Conference ;) On Thu, Jul 7, 2011 at 6:27 AM, Peter Cock wrote: > Hi all,

Re: [galaxy-dev] BAM display at Trackster

2011-07-07 Thread Kanwei Li
Is this from a recent changeset that you pulled? On Wed, Jul 6, 2011 at 2:19 PM, Vipin TS wrote: > Hi Galaxy team, > > I am experiencing a problem with visualizing my BAM files through Trackster > at my Galaxy instance. Please find the attached image along with this mail. > From the log file I am

Re: [galaxy-dev] Installation problems on osx

2011-06-22 Thread Kanwei Li
Hi Ira, This has been reported before as well, but should be fixed without having to rescramble when we release our next dist-release soon. Thanks, K On Wed, Jun 22, 2011 at 12:47 AM, Ira Cooke wrote: > Hi, > > I recently downloaded galaxy and had some problems installing it on my > machine (

Re: [galaxy-dev] [galaxy-user] Error running latest Galaxy Distribution: numpy.dtype exception

2011-06-15 Thread Kanwei Li
What is the version for numpy in your eggs.ini? On Wed, Jun 15, 2011 at 3:14 PM, Michael Steder wrote: > Hi Nate, > > On Jun 15, 2011, at 12:18 PM, Nate Coraor wrote: > > It should be working, this would have been a problem for a short time > using galaxy-central, but should not have affected -di

Re: [galaxy-dev] Fwd: Request for pulling the updated FASTQ (de-)interlacer tool

2011-06-10 Thread Kanwei Li
ipts and wrappers. > Regards, > Florent > > > On 27/05/11 18:49, Kanwei Li wrote: > > Has anyone on the list tried this patch? Feedback would be appreciated. > > Thanks, > > K > > On Fri, May 27, 2011 at 1:27 AM, Florent Angly wrote: > >> Can anyon

Re: [galaxy-dev] ValueError: numpy.dtype does not appear to be the correct type object

2011-06-09 Thread Kanwei Li
Fixed on trunk. On Thu, Jun 9, 2011 at 10:26 AM, Nate Coraor wrote: > Peter Cock wrote: > > > > It turned out to be quite quick to find what commit broke things: > > > > hg checkout 6074:a6868407f0e8 > > --> fails > > > > hg checkout 6073:d6b048e3483e > > --> works > > > > Looks like 6074:a68684

Re: [galaxy-dev] Fwd: Request for pulling the updated FASTQ (de-)interlacer tool

2011-05-27 Thread Kanwei Li
Has anyone on the list tried this patch? Feedback would be appreciated. Thanks, K On Fri, May 27, 2011 at 1:27 AM, Florent Angly wrote: > Can anyone comment on my email please? > Florent > > > > On 22/05/11 14:03, Florent Angly wrote: > > Let me know if you have any questions about this. > Tha

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

2011-05-26 Thread Kanwei Li
Fixed on trunk by setting a default cntrller when there isn't one. -K On Thu, May 26, 2011 at 2:16 PM, Dave Walton wrote: > Just removed user.pyc and restarted the server. Did not resolve the > problem. > > Dave > > > > On 5/26/11 8:09 AM, "Greg Von Kuster" wrote: > > Hi Glen, > > I've neve

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 wrote: > Hi All, > > I have some problem with extension of file.some executables file will > recog

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] 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 wrote: > On Wed, May 18, 2011 at 6:40 PM, Peter Cock > wrote: > > Hi Kanwei, > > > > Could you merge this branch or transplant this fix please? > > > > https://bitbucket.org/peterjc/galaxy-central/changeset/3c0b903c86a

Re: [galaxy-dev] Reciprocal Best Hits (RBH) from BLAST tabular output

2011-05-17 Thread Kanwei Li
Hi Peter, I think the tool shed would be appropriate for this... -K On Tue, May 17, 2011 at 6:23 AM, Peter Cock wrote: > On Wed, May 4, 2011 at 9:59 AM, Peter Cock > wrote: > > Hi all, > > > > I mentioned just over a month ago that I had written a Galaxy tool > > to do find Reciprocal Best Hit

Re: [galaxy-dev] problem running latest "galaxy-central"

2011-04-29 Thread Kanwei Li
Hi Assaf, Nate has just committed a fix so this shouldn't be required now. Thanks for the report! K On Thu, Apr 28, 2011 at 4:28 PM, Assaf Gordon wrote: > I'll rephrase my question: > Is "cython" going to be a standard requirement for Galaxy (and needs to be > manually installed on our product

Re: [galaxy-dev] MarkupSafe egg cannot be fetched

2011-04-25 Thread Kanwei Li
Thanks, fixed on trunk On Sat, Apr 23, 2011 at 7:05 PM, Edward Kirton wrote: > hello, after pulling the latest changes from galaxy-central, i get the > following error: > > WARNING:galaxy.eggs:Warning: MarkupSafe (a dependent egg of Mako) cannot be > fetched > > $ python scripts/fetch_eggs.py > W

Re: [galaxy-dev] BLAST+ HTML output broken

2011-04-19 Thread Kanwei Li
K On Tue, Apr 19, 2011 at 11:22 AM, Peter Cock wrote: > Hi Kanwei, > > I noticed that the BLAST+ output options for HTML are not working, > a side effect of my recent refactoring. Could you transplant/merge this > fix and test please: > > https://bitbucket.org/peterjc/galaxy-central/changeset/e1e

Re: [galaxy-dev] update probelm...

2011-04-11 Thread Kanwei Li
Hi Liisa, What does "hg tip" return? K On Mon, Apr 11, 2011 at 10:55 AM, Liisa Koski wrote: > Hi I just tried to update my local installation of Galaxy but accidentally > hit Ctr-C when it asked me a question > >  added 285 changesets with 649 changes to 354 files >  local changed static/script

Re: [galaxy-dev] PostgreSQL issue: reserved keyword used as identifier

2011-04-08 Thread Kanwei Li
Hi Louise, Have you considered doing a SQL dump and import? Sounds easier to me than writing a perl script ;) -K 2011/4/8 Louise-Amélie Schmitt : > Le vendredi 08 avril 2011 à 11:12 -0400, Sean Davis a écrit : >> 2011/4/8 Louise-Amélie Schmitt : >> > Hello everyone >> > >> > I just met a huge pr

Re: [galaxy-dev] Updating BLAST+ wrapper

2011-04-04 Thread Kanwei Li
Done the manual way ___ 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://lists.bx.psu.edu/

Re: [galaxy-dev] Password input field for tools?

2011-04-04 Thread Kanwei Li
of everything, thank you again! > > Daniel > > > Am 04.04.2011 17:17, schrieb Kanwei Li: >> >> Hi Daniel, >> >> I have attached a patch that does this below. You can use it by >> setting  However the security is lacking as you >> can see the strin

Re: [galaxy-dev] Updating BLAST+ wrapper

2011-04-04 Thread Kanwei Li
create new remote branches) dhcp243253:galaxy-central kanwei$ hg merge blast25 abort: merging with a working directory ancestor has no effect Importing the diffs gives merge error On Mon, Apr 4, 2011 at 11:23 AM, Peter Cock wrote: > On Mon, Apr 4, 2011 at 4:10 PM, Kanwei Li wrote: >> I thi

Re: [galaxy-dev] Password input field for tools?

2011-04-04 Thread Kanwei Li
Hi Daniel, I have attached a patch that does this below. You can use it by setting However the security is lacking as you can see the string when you try to re-run the job and view source. Is this sufficient for your purposes? Thanks, K On Sat, Apr 2, 2011 at 11:01 AM, Daniel Schmidt wrote: >

Re: [galaxy-dev] Updating BLAST+ wrapper

2011-04-04 Thread Kanwei Li
I think it's because the parent of those changesets were before your merge, so the branches got messed up On Mon, Apr 4, 2011 at 11:07 AM, Peter Cock wrote: > On Mon, Apr 4, 2011 at 4:03 PM, Kanwei Li wrote: >> I tried both ways, no dice (you can try yourself with a clean >>

Re: [galaxy-dev] Updating BLAST+ wrapper

2011-04-04 Thread Kanwei Li
I tried both ways, no dice (you can try yourself with a clean galaxy-central base) On Mon, Apr 4, 2011 at 10:58 AM, Peter Cock wrote: > On Mon, Apr 4, 2011 at 3:07 PM, Kanwei Li wrote: >> Hi Peter, >> >> I think you need to merge your commits as I cannot seem to transp

Re: [galaxy-dev] Updating BLAST+ wrapper

2011-04-04 Thread Kanwei Li
Hi Peter, I think you need to merge your commits as I cannot seem to transplant or import the patches properly. K On Mon, Apr 4, 2011 at 9:46 AM, Peter Cock wrote: > On Mon, Apr 4, 2011 at 12:19 PM, Peter Cock wrote: >> On Fri, Apr 1, 2011 at 12:01 PM, Peter Cock >> wrote: >>> On Thu, Mar 31

Re: [galaxy-dev] Default value for data_column not working?

2011-04-01 Thread Kanwei Li
Hi Peter, I don't see your attempt to use default in the example given. A bit more detail? -K On Wed, Mar 30, 2011 at 12:32 PM, Peter Cock wrote: > Hi all, > > I'm trying to write a new tool working with tabular data (specifically > a Reciprocal Best Hits (RBH) tool using BLAST style tabular ou

Re: [galaxy-dev] galaxy python crash with segfault in csamtools.so when using tracks

2011-03-22 Thread Kanwei Li
Hi JJ, This is fixed on trunk. If you don't want to upgrade yet, you can modify eggs.ini to use the fixed eggs: pysam = 0.4.1 [tags] pysam = _kanwei_ae2bd50d9945 On Tue, Mar 22, 2011 at 4:13 PM, Jim Johnson wrote: > We're getting a segfault from csamtool.so when the tracks controller is > inv

Re: [galaxy-dev] History information popup broken on library entries?

2011-03-18 Thread Kanwei Li
Thanks for reporting this. I will improve the popups next week as they are giving people lots of issues. On Fri, Mar 18, 2011 at 12:05 PM, Peter Cock wrote: > Hi all, > > I've been exploring how to use Galaxy's shared library functionality, > and have noticed that once imported into a working his

Re: [galaxy-dev] Metadata recursion error with empty tabular file (with patch)

2011-03-18 Thread Kanwei Li
Thanks for reporting, committed fix On Fri, Mar 18, 2011 at 7:57 AM, Peter Cock wrote: > Hi all, > > I just got a nasty recursion error when trying to run the functional > tests for my TMHMM and > SignalP wrappers - tools which produce tabular output. > > galaxy.jobs.runners.local: ERROR: Job wra

Re: [galaxy-dev] about bx-python and bigwig

2011-03-08 Thread Kanwei Li
Hi Davide, The summary_size is just the number of bins to aggregate the data over. It can be greater than (end - start) because UCSC allows this, and so we allow it too since we copy their method. Kanwei On Tue, Mar 8, 2011 at 2:23 AM, Davide Cittaro < davide.citt...@ifom-ieo-campus.it> wrote:

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-22 Thread Kanwei Li
Hi Peter, The error when clicking tool menu links is now fixed on galaxy-central tip. Thanks for reporting! On Mon, Feb 21, 2011 at 4:48 AM, Peter wrote: > > On Fri, Feb 18, 2011 at 3:13 PM, Kanwei Li wrote: > >> > >> All: > >> I retested under IE7 and found t

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-21 Thread Kanwei Li
Hi Peter, The changes are on tip, which aren't in galaxy-dist or on main yet. I will look into the other issues when I get access to my IE7 VM tomorrow. Thanks! K ___ To manage your subscriptions to this and other Galaxy lists, please use the interfac

Re: [galaxy-dev] sorting bam

2011-02-21 Thread Kanwei Li
Hi Vasu, Galaxy automatically sorts bam files, with samtools, on upload if they aren't already sorted. Are you seeing instances where it's not the case? Thanks, Kanwei On Fri, Feb 18, 2011 at 10:01 PM, vasu punj wrote: > Can I sort (chr) bam file in Glaxay or I have to go back to samtools > p

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-18 Thread Kanwei Li
The empty tool pane issue for IE is now fixed on tip as well. Thanks, -K On Fri, Feb 18, 2011 at 3:13 PM, Kanwei Li wrote: > All: > > I retested under IE7 and found the bugs you were mentioning. This has all > been fixed on trunk by using a newer local storage library. The only

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-18 Thread Kanwei Li
All: I retested under IE7 and found the bugs you were mentioning. This has all been fixed on trunk by using a newer local storage library. The only IE7 issue that I am now aware of is when the tool pane is empty when using workflows. Please let me know if you see any other issues. Thanks, K On

Re: [galaxy-dev] Problem upgrading DB from 72 to 73 (SQLite)

2011-02-02 Thread Kanwei Li
This happens with a lot of the migration scripts... I think as long as you have the new column (I just checked, mine does) it should be fine. On Wed, Feb 2, 2011 at 9:11 AM, Peter Cock wrote: > On Wed, Feb 2, 2011 at 1:27 PM, Peter Cock wrote: >> Should I file a bug report? >> >> $ sh manage_db.

Re: [galaxy-dev] NCBI BLAST+ wrappers in Galaxy?

2011-02-01 Thread Kanwei Li
Committed On Tue, Feb 1, 2011 at 10:27 AM, Peter wrote: > Hi Kanewi, > > Sorry - make that three changesets on this branch to consider > mering/transplanting: > https://bitbucket.org/peterjc/galaxy-central/changeset/blastplus_jan31 > > Parameter handling, > https://bitbucket.org/peterjc/galaxy-ce

Re: [galaxy-dev] NCBI BLAST+ wrappers in Galaxy?

2011-01-04 Thread Kanwei Li
I would think the get_fields way is more robust since you wouldn't run into issues with special characters On Tue, Jan 4, 2011 at 12:35 PM, Peter wrote: > On Tue, Jan 4, 2011 at 2:26 AM, Daniel Blankenberg wrote: >> Hi Peter (and -dev), >> >> Would something like ${param.fields.path} be preferre