Re: [galaxy-dev] after update unable to login

2014-01-15 Thread Dannon Baker
Hey Sheldon, My first guess is that something's going wrong with your nginx proxy/cookie configuration. Did you happen to change this when you updated the galaxy server at all? Have you checked the steps at https://wiki.galaxyproject.org/Admin/Config/Performance/nginx%20Proxy and verified that

Re: [galaxy-dev] I can't use API to create a user!

2014-01-10 Thread Dannon Baker
The changes you're looking at are in galaxy-central, and I'm assuming your local codebase is tracking galaxy-dist, our release repository. You can wait for these changes to propagate through our release process over to galaxy-dist (I think this is scheduled to happen in early February), or, if

Re: [galaxy-dev] Cloud Launch - Where is /mnt/galaxyData

2014-01-06 Thread Dannon Baker
/cloudlaunch I chose data cluster when prompted and enter 5GB. On Fri, Dec 20, 2013 at 2:48 PM, Dannon Baker dannon.ba...@gmail.com wrote: And is this a new instance you've just launched? If so, how'd you launch it? On Fri, Dec 20, 2013 at 2:37 PM, greg margeem...@gmail.com

Re: [galaxy-dev] Cloud Launch - Where is /mnt/galaxyData

2013-12-20 Thread Dannon Baker
With the Cloudman 2.0 release, the galaxyData and galaxyTools volumes have been merged to a single 'galaxy' volume. /mnt/galaxy is now your single persistent (by default, at least) volume, so, if you install your tool to here and share everything should work as expected. -Dannon On Fri, Dec

Re: [galaxy-dev] Cloud Launch - Where is /mnt/galaxyData

2013-12-20 Thread Dannon Baker
stuff. On Fri, Dec 20, 2013 at 2:13 PM, greg margeem...@gmail.com wrote: Thanks. I was wrong before. I actually do see a /mnt/galaxyData. Should I not being seeing that? Am I not on cloudman 2.0? -Greg On Fri, Dec 20, 2013 at 1:57 PM, Dannon Baker dannon.ba...@gmail.com wrote

Re: [galaxy-dev] Cloud Launch - Where is /mnt/galaxyData

2013-12-20 Thread Dannon Baker
proc root run sbin selinux srv sys tmp usr var vmlinuz ubuntu@ip-10-182-195-79:/$ ls mnt cm galaxyData lost+found transient_nfs ubuntu@ip-10-182-195-79:/$ ls /mnt/galaxyData/ export files tmp upload_store On Fri, Dec 20, 2013 at 2:20 PM, Dannon Baker dannon.ba...@gmail.com

Re: [galaxy-dev] Bug: Toolbox filters not applied in workflows

2013-12-17 Thread Dannon Baker
This sounds like a bug; the primary toolbox and workflow editor toolbox should reflect the same set of tools (exception being workflow-specific control steps, etc). I've created a trello card to track this issue here: https://trello.com/c/3TxFHkYR That said, do note the warning on the dynamic

Re: [galaxy-dev] cloudlaunch - Can't ssh or ping

2013-12-16 Thread Dannon Baker
around I can do in the meantime, or should I wait for your fix? On Mon, Dec 16, 2013 at 10:34 AM, Dannon Baker dannon.ba...@gmail.com wrote: Have you previously used cloudlaunch with success with this account? If not, is this a new account created after 12-04-2013? AWS now defaults new

Re: [galaxy-dev] How to get an API key during execution?

2013-12-10 Thread Dannon Baker
Hi Neil, You'll want to look at the users API controller, specifically the api_key method. Your downstream tool could, upon receiving an empty API key from the wrapper, generate a new key and use it (after which it'd also be available to the user). On Thu, Dec 5, 2013 at 9:05 PM,

Re: [galaxy-dev] hierarchical ObjectStore - noatime

2013-12-03 Thread Dannon Baker
On Tue, Dec 3, 2013 at 5:49 AM, Bjoern Gruening bjoern.gruen...@gmail.comwrote: The new discs will be type=distributed id=primary and the old disc will become type=disk id=secondary. If I understood correctly the old disc is them in some read-only state and will not touched until the primary

Re: [galaxy-dev] tiff files in galaxy

2013-12-03 Thread Dannon Baker
If you wanted to implement fancier tiling and display for tiff, the extension point for this would be in the datatype's display_data method. You can use this to do whatever you'd like, displaying an intermediate page with relevant code for tiling, etc. See datatypes/tabular.py's display_data

Re: [galaxy-dev] unable to share dataset history

2013-11-20 Thread Dannon Baker
of sharing data, cloud amazon charges $0.120 per GB data transfer, is there a work around ? also does that mean a worker node cannot communicate with master instance directly and use same below protocol to share history ? Thanks msapre From: Dannon Baker dannon.ba...@gmail.com Date: Tuesday

Re: [galaxy-dev] unable to share dataset history

2013-11-20 Thread Dannon Baker
On Wed, Nov 20, 2013 at 9:07 AM, Manisha Sapre msa...@nmdp.org wrote: apologies if the second question was not framed properly, but it seems there is a fee to share output datasets between nodes on same master instance ? No. ___ Please

Re: [galaxy-dev] unable to share dataset history

2013-11-19 Thread Dannon Baker
Hi, That sort of sharing only works within a single galaxy instance; users are not shared between different galaxies. To copy an entire history from one instance to another you will want to use the history export/import functionality. History context menu - Export to file on the source

Re: [galaxy-dev] ACTION needed: fix error in Cloud Cluster Galaxy Trackster DATE needed: needed for workshop on Wednesday 20 November

2013-11-18 Thread Dannon Baker
This may be due to an incorrect reference to '/mnt/galaxyTools' in the galaxy user's .sge_request file. If you're comfortable with ssh and editing files on the server, you can log in and edit the file (the path should be /mnt/galaxy instead), and you should be good to go. Feel free to reply

Re: [galaxy-dev] ACTION needed: fix error in Cloud Cluster Galaxy Trackster DATE needed: needed for workshop on Wednesday 20 November

2013-11-18 Thread Dannon Baker
I believe subsequent jobs should use the new paths automatically, yes. On Mon, Nov 18, 2013 at 12:14 PM, Young, Lynn (NIH/OD/ORS) [E] ly...@mail.nih.gov wrote: Hi Dannon, I edited the file. Will the system automatically recognize the change? Warmly, Lynn From: Dannon Baker dannon.ba

Re: [galaxy-dev] Write all intermediate workflow data to /tmp/ only

2013-11-13 Thread Dannon Baker
A short term option that just occurred to me would be to run a sort of post-job-action for output datasets, deleting any non-output non-necessary (anymore) intermediate parents. On Wed, Nov 13, 2013 at 11:59 AM, John Chilton chil...@msi.umn.edu wrote: On Wed, Nov 13, 2013 at 10:34 AM, Peter

Re: [galaxy-dev] Supporting file sets for running a tool with multiple input files

2013-11-04 Thread Dannon Baker
Hi Pieter, We've worked out what we think is the right way to solve this for Galaxy and expect work to start soon. See the trello card ( https://trello.com/c/325AXIEr/613-tools-dataset-collections) for more details. For your particular tool, the first workaround that comes to mind would be

Re: [galaxy-dev] cloning Galaxy cluster on cloud Amazon EC2

2013-10-29 Thread Dannon Baker
Whoever your organization administrator is will need to either create those keys for you, or allow your IAM user access to them. Are you able to contact the person that administers your account? On Tue, Oct 29, 2013 at 10:52 AM, Manisha Sapre msa...@nmdp.org wrote: Good Morning Dannon we

Re: [galaxy-dev] cloning Galaxy cluster on cloud Amazon EC2

2013-10-29 Thread Dannon Baker
msa...@nmdp.org wrote: Yes , all users have been allotted a private key , this error is after ssh-add ( private key), From: Dannon Baker dannon.ba...@gmail.com Date: Tuesday, October 29, 2013 10:15 AM To: System Administrator msa...@nmdp.org Cc: galaxy-dev@lists.bx.psu.edu galaxy-dev

Re: [galaxy-dev] cloning Galaxy cluster on cloud Amazon EC2

2013-10-29 Thread Dannon Baker
this be a problem with root access ? Thanks From: Dannon Baker dannon.ba...@gmail.com Date: Tuesday, October 29, 2013 10:25 AM To: System Administrator msa...@nmdp.org Cc: galaxy-dev@lists.bx.psu.edu galaxy-dev@lists.bx.psu.edu, David Roe d...@nmdp.org Subject: Re: [galaxy-dev] cloning Galaxy

Re: [galaxy-dev] Launching CloudMan in Other AWS Regions than US East

2013-10-08 Thread Dannon Baker
On Tue, Oct 8, 2013 at 4:48 AM, Ryota Yamanaka yaman...@genome.rcast.u-tokyo.ac.jp wrote: 1) Do you plan to clone CloudMan AMI to other regions outside the US in the near future? 2) Or, is there any way we can build CloudMan in such regions, with or without your support? Yes, we do plan on

Re: [galaxy-dev] GA file format documentation

2013-10-07 Thread Dannon Baker
Nothing formal. The .ga extension is simply the workflow dictionary exported as .json, if that helps -- there's no extra magic to the format. You may want to look at the workflow API, some users have had success integrating workflows created on the fly using it. -Dannon On Mon, Oct 7, 2013 at

Re: [galaxy-dev] GA file format documentation

2013-10-07 Thread Dannon Baker
a new workflow. I will dig and see if anyone has published or presented on their internal libraries that create workflows on the fly. Thanks Takadonet On Mon, Oct 7, 2013 at 11:18 AM, Dannon Baker dannon.ba...@gmail.comwrote: Nothing formal. The .ga extension is simply the workflow

Re: [galaxy-dev] Galaxy STARTUP ERROR!

2013-10-02 Thread Dannon Baker
This looks to be a bug with the version of babel we're using (fixed in a newer revision that I'll update to after testing), combined with improperly set environment variables. Can you check your environment (just `env` in a terminal) and look for LC_ALL, LANGUAGE, and LANG. Are any of these set

Re: [galaxy-dev] pgcleanup problem

2013-09-25 Thread Dannon Baker
Eric, What version of posgresql are you using? The script has a comment that indicates you need 9.1+ (and I'm using 9.1.9), and it works out of the box for me. -Dannon On Fri, Sep 20, 2013 at 7:35 AM, Eric Kuyt eric.ku...@wur.nl wrote: Hi All, I'm trying to do some cleanup in my test

Re: [galaxy-dev] Local Galaxy Install - Multiple Input Files for Workflow Missing?

2013-09-25 Thread Dannon Baker
Are you using Input Dataset steps in your workflows? The multiple inputs feature uses these to know how to distribute inputs -- other than that no other configuration steps are necessary. On Tue, Sep 24, 2013 at 2:43 PM, Adam Brenner aebre...@uci.edu wrote: Howdy, On our local galaxy

Re: [galaxy-dev] iRODS integration

2013-09-05 Thread Dannon Baker
The iRods integration is under active development, follow progress here: https://trello.com/c/Sp9XvRfD/1072-object-store-write-an-irods-plugin. -Dannon On Thu, Sep 5, 2013 at 11:27 AM, Zeeshan Ali Shah zas...@pdc.kth.se wrote: Hi All, Is there any update on iRods integration in galaxy ? One

Re: [galaxy-dev] iRODS integration

2013-09-05 Thread Dannon Baker
On Thu, Sep 5, 2013 at 5:31 PM, Dannon Baker dannon.ba...@gmail.comwrote: The iRods integration is under active development, follow progress here: https://trello.com/c/Sp9XvRfD/1072-object-store-write-an-irods-plugin. -Dannon On Thu, Sep 5, 2013 at 11:27 AM, Zeeshan Ali Shah zas

Re: [galaxy-dev] Postgresql database cleaning

2013-08-29 Thread Dannon Baker
Can you get a dump of table sizes for us to compare with? http://wiki.postgresql.org/wiki/Disk_Usage On Thu, Aug 29, 2013 at 12:05 PM, Nate Coraor n...@bx.psu.edu wrote: On Aug 29, 2013, at 11:50 AM, Nate Coraor wrote: On Aug 26, 2013, at 5:03 AM, Christophe Antoniewski wrote: Hi

Re: [galaxy-dev] Galaxy in the cloud.... some questions

2013-08-23 Thread Dannon Baker
Hi Alistair, One major goal of the Galaxy cloud offering is that it works out of the box with a very large selection of tools and indices installed and ready to go, with no configuration necessary. My workshop heuristic is two students per node using regular m1.xlarge nodes (though input from

Re: [galaxy-dev] Workflow action summary confusing, repeats Hide this dataset

2013-08-21 Thread Dannon Baker
Peter, Thanks for noticing this -- the text in the UI should definitely reflect which output it's referring to. Hide output_pos, etc. https://trello.com/c/KAtwLSiV/1069-workflow-actions-cosmetic-issues -Dannon On Wed, Aug 21, 2013 at 7:16 AM, Peter Cock p.j.a.c...@googlemail.comwrote: Hi

Re: [galaxy-dev] Workflow import is not working, KeyError: 'header_lines'

2013-08-21 Thread Dannon Baker
Hey Peter, I've reproduced this here, thanks. Unfortunately this got missed previously, once we had the import itself working. To be clear, though, the workflow itself is still completely functional, imports and runs, and the only issue is the inability to view the svg? I think what's causing

Re: [galaxy-dev] Workflow import is not working, KeyError: 'header_lines'

2013-08-21 Thread Dannon Baker
Quick followup on this one -- had you manually tweaked this workflow prior to upload? I see all of the tool identifiers are the short form 'signalp3' and not the long-form toolshed included versions. On Wed, Aug 21, 2013 at 8:25 AM, Dannon Baker dannon.ba...@gmail.comwrote: Hey Peter, I've

Re: [galaxy-dev] Workflow import is not working, KeyError: 'header_lines'

2013-08-21 Thread Dannon Baker
On Wed, Aug 21, 2013 at 9:10 AM, Peter Cock p.j.a.c...@googlemail.comwrote: Via the Tool Shed I couldn't see the import workflow action... from memory it was on the broken SVG page? Yep, that's where it was. These are not tweaked - it is an old workflow created with manually installed tools

Re: [galaxy-dev] Workflow import is not working, KeyError: 'header_lines'

2013-08-21 Thread Dannon Baker
are in the toolshed, this sort of thing shouldn't crop up because you'll have the correct version available. I've committed a temporary fix in 10423:3c60f6a7dedc. On Wed, Aug 21, 2013 at 9:14 AM, Dannon Baker dannon.ba...@gmail.comwrote: On Wed, Aug 21, 2013 at 9:10 AM, Peter Cock p.j.a.c

Re: [galaxy-dev] Error at initialization of module heapycTraceback / Last sources of Galaxy

2013-08-12 Thread Dannon Baker
This looks to be a guppy bug that has now been fixed ( http://sourceforge.net/p/guppy-pe/bugs/10/) so we'll update the egg from our end, thanks! For now, you can either build your own guppy 0.1.9+ egg to fix it or disable use_memdump in your universe (to skip it completely). Unless you're

Re: [galaxy-dev] Galaxy on cloud config issues

2013-08-08 Thread Dannon Baker
...@oicr.on.cawrote: Anatoly, did this method work for you? It is not working for me. -- *From:* galaxy-dev-boun...@lists.bx.psu.edu [ galaxy-dev-boun...@lists.bx.psu.edu] on behalf of Dannon Baker [ dannon.ba...@gmail.com] *Sent:* Wednesday, August 07, 2013 8:00 PM

Re: [galaxy-dev] Galaxy on cloud config issues

2013-08-08 Thread Dannon Baker
On Thu, Aug 8, 2013 at 4:57 PM, Ravpreet Setia ravpreet.se...@oicr.on.cawrote: Yeah, nothing happens after SGE gets to the running state. The directory structure of the old ami does not appear in /mnt. The log was posted in the following thread: Ahh, ok - I assumed since there was no

Re: [galaxy-dev] Galaxy on cloud config issues

2013-08-07 Thread Dannon Baker
A new tools volume will be released shortly. For now, you can launch the previous cloudman release using the following: https://main.g2.bx.psu.edu/cloudlaunch?ami=ami-da58aab3bucket_default=gxy-workshop On Wed, Aug 7, 2013 at 7:42 PM, Ulyanov_Anatoly ulyanov_anat...@allergan.com wrote:

Re: [galaxy-dev] Running local galaxy installation while another httpd is operating on the same computer

2013-08-05 Thread Dannon Baker
Hi Boaz, You should be able to edit universe_wsgi.ini (line ~30) to specify any port you'd like -- so simply pick something other than 8080, save the file, and retry. Remember to remove the hash (#) at the beginning of the line to have it take effect. -Dannon On Mon, Aug 5, 2013 at 12:42 PM,

Re: [galaxy-dev] Error message

2013-08-01 Thread Dannon Baker
It shouldn't, unless the root cause of that error also affected the FTP transfer. Does FileZilla say there are any transmission errors? On Thu, Aug 1, 2013 at 1:16 AM, Mark Edward Fabreag merfabr...@gmail.comwrote: Good day! While I was uploading the file (through FileZilla), I encountered

Re: [galaxy-dev] Cloudman - When will the symlinks be resolved ?

2013-08-01 Thread Dannon Baker
:* Thursday, August 01, 2013 4:11 PM *To:* Dannon Baker *Cc:* galaxy-dev@lists.bx.psu.edu *Subject:* Re: [galaxy-dev] Cloudman - When will the symlinks be resolved ? Here it is: 'pd.yaml' not found at paths.py load! Set paths.P_GALAXY_HOME as '/mnt/galaxyTools/galaxy-central' Python

Re: [galaxy-dev] CloudMan Error

2013-07-30 Thread Dannon Baker
...@gmail.comwrote: HI - did you find anything with the share string? Thanks, Deniz On Fri, Jul 26, 2013 at 3:32 PM, Dannon Baker dannon.ba...@gmail.comwrote: Ahh, ok, I misunderstood and thought you were saying there was a different error for the workaround. Are you able to send me the share string

Re: [galaxy-dev] Problem with tabular files

2013-07-29 Thread Dannon Baker
What is the problem you're observing, and do you see any errors in the galaxy log or javascript console? -Dannon On Mon, Jul 29, 2013 at 5:51 AM, Misharl mon mish...@hotmail.com wrote: Hi everybody, In my lab, after upgrading our Galaxy instance to the latest version, we have a problem

Re: [galaxy-dev] Problem with tabular files

2013-07-29 Thread Dannon Baker
What happens when you attempt view the tabular file? Does it automatically download instead of displaying, for example? On Mon, Jul 29, 2013 at 9:54 AM, Misharl mon mish...@hotmail.com wrote: Hi Dannon, Thank you very much for replying. The problem is that we cannot display any tabular

Re: [galaxy-dev] Cloudman - When will the symlinks be resolved ?

2013-07-29 Thread Dannon Baker
We're working on it but don't have a specific ETA for the release of the new volume. For now, you can continue to create and run non-migrated clusters using the previous version of Cloudman using this launch form: https://main.g2.bx.psu.edu/cloudlaunch?ami=ami-da58aab3bucket_default=gxy-workshop

Re: [galaxy-dev] CloudMan Error

2013-07-26 Thread Dannon Baker
suddenly Saturday June 29, when the share string would not load. Thanks again, Deniz On Thu, Jul 25, 2013 at 5:19 PM, Dannon Baker dannon.ba...@gmail.comwrote: On Thu, Jul 25, 2013 at 4:47 PM, Deniz Erezyilmaz deniz...@gmail.comwrote: The workaround doesn't seem to work Can you tell me

Re: [galaxy-dev] CloudMan Error

2013-07-25 Thread Dannon Baker
On Thu, Jul 25, 2013 at 4:47 PM, Deniz Erezyilmaz deniz...@gmail.comwrote: The workaround doesn't seem to work Can you tell me what happens when you launch with the workaround mentioned previously ( https://main.g2.bx.psu.edu/cloudlaunch?ami=ami-da58aab3bucket_default=gxy-workshop)? This

Re: [galaxy-dev] All processes are freezed

2013-07-24 Thread Dannon Baker
The best contact address for these kinds of issues is galaxy-b...@bx.psu.edu . There was a brief delay with some jobs running, but everything should be working fine now. -Dannon On Wed, Jul 24, 2013 at 5:30 AM, Ali Sharifi Zarchi ashari...@gmail.comwrote: Hi everybody Since yesterday all

Re: [galaxy-dev] Cloudman master cannot connect to volume at start-up

2013-07-22 Thread Dannon Baker
Can you verify that the volume does still exist in your account, and that you're launching from the same availability zone that the volume exists in? On Mon, Jul 22, 2013 at 4:13 PM, Ravpreet Setia ravpreet.se...@oicr.on.cawrote: - This is what has been reported by the cluster status log:

Re: [galaxy-dev] Cloudman - is it possible to still use depreciated AMIs ?

2013-07-22 Thread Dannon Baker
Yes, you can still use the deprecated AMIs. What error are you seeing when you try to ssh in? On Mon, Jul 22, 2013 at 4:30 PM, Ravpreet Setia ravpreet.se...@oicr.on.cawrote: I tried launching an instance specifying ami-da58aab3 as the AMI but I am unable to SSH or access Cloudman using the

Re: [galaxy-dev] CloudMan Error

2013-07-22 Thread Dannon Baker
The warning message printed by the first ssh attempt indicates that you have no cloudman_key_pair.pem in the directory you executed the ssh command from. Find this file (or create a new one) and you'll be able to ssh. Good luck, and please keep threads on the list instead of emailing directly.

Re: [galaxy-dev] Cloudman database issue (?)

2013-07-16 Thread Dannon Baker
Hey Mo, The new volume we pushed out for the conference has several known issues. Enis and I are both away from the office on travel right now, but updating the volume and fixing these issues is the first thing I'll be doing when I'm back next week. For now, you can launch using the

Re: [galaxy-dev] nglims/removing multiplexing

2013-07-02 Thread Dannon Baker
On Mon, Jul 1, 2013 at 8:34 PM, Brad Chapman chapm...@50mail.com wrote: This was a typo in the downgrade function for one of the patches. I pushed a fix so if you update from bitbucket things should work smoothly again (once we get to problem 2 below). For anyone with galaxy-dist commit

Re: [galaxy-dev] nglims/removing multiplexing

2013-07-01 Thread Dannon Baker
It's that previous versions of sqlalchemy-migrate didn't clean up these tables under sqlite and didn't mind overwriting them if they existed, but the new version both does clean up after itself, and expects the table to not exist, failing miserably if it does. I think there's a Trello card for

Re: [galaxy-dev] [galaxy-user] Problems when downloading a local galaxy tool (old version)

2013-06-23 Thread Dannon Baker
Hsiong, Could you try 'hg clone --verbose --debug https://bitbucket.org/galaxy/galaxy-dist/' to see if we get more useful error output? If it passed the warning and went ahead and got all the changes then I'm not sure if that's an issue. Also, I'm swapping this thread to the galaxy-dev list,

Re: [galaxy-dev] Installation of 20130603 Galaxy image with MySQL fails

2013-06-21 Thread Dannon Baker
20130603. In the thread of her mail Dannon Baker said : That said, this doesn't resolve the mysql index issues, which I'm currently working on. I hope to have a fix for them available soon, though. I would like to know if what is the status of this thread. Should I use the solution provided

Re: [galaxy-dev] Galaxy setup from cloudman shows no tools in the tool panel

2013-06-18 Thread Dannon Baker
This is actually a bug in the current tip of galaxy-central that we should have resolved shortly. We should have an update out today, or you can downgrade your galaxy to revision dfba9b0 (hg update -r dfba9b0). -Dannon On Tue, Jun 18, 2013 at 8:12 AM, Marco Ocana

Re: [galaxy-dev] Galaxy setup from cloudman shows no tools in the tool panel

2013-06-18 Thread Dannon Baker
This should now be resolved in -central. If you update again, you'll get the changes and your instance should work fine. -Dannon On Tue, Jun 18, 2013 at 8:34 AM, Dannon Baker dannon.ba...@gmail.comwrote: This is actually a bug in the current tip of galaxy-central that we should have

Re: [galaxy-dev] Clone Galaxy from repository: mercurial from behind proxy?

2013-06-18 Thread Dannon Baker
On Tue, Jun 18, 2013 at 10:54 AM, Sebastian Schaaf sch...@ibe.med.uni-muenchen.de wrote: Thus, the cloning process as the LDAP user (did not want to store the foreign username/password explicitly in the galaxy user files) worked, although I get this message: *** failed to import extension

Re: [galaxy-dev] Cloudman - can you specify the volume size without needing to access the instance URL?

2013-06-17 Thread Dannon Baker
If you're starting a bunch of new clusters at once, I'd look into using the Share-an-instance functionality to create a single base configuration with the volume size you prefer. This would allow you to have a predefined volume (with a specific size) that starts automatically. The share_string

Re: [galaxy-dev] Startup error, Galaxy DB got corrupted?

2013-06-17 Thread Dannon Baker
The error ERROR: could not read block 326 in file base/257536/259291: read only 0 of 8192 bytes line makes me wonder if your database may have been corrupt prior to the upgrade/dump. Some brief googling suggests that this could be hardware failure induced among other things. Can you check the

Re: [galaxy-dev] How to speed up submissions of workflows

2013-06-14 Thread Dannon Baker
The web process is definitely the bottleneck right now, creating more should improve things. I'd guess it wouldn't speed up any individual submission, but it'd allow you to submit several at once. Lastly, this is a known issue that we're hoping to resolve with a rewrite of the workflow

Re: [galaxy-dev] moving galaxy published pages

2013-06-13 Thread Dannon Baker
Hi Vipin, There isn't currently a page export/import mechanism and the steps outlined above seem reasonable. Of course, contributions are appreciated should anyone wish to undertake this project. -Dannon On Thu, Jun 13, 2013 at 5:27 PM, Vipin TS vipin...@gmail.com wrote: Hello dev-team,

Re: [galaxy-dev] database upgrade crashes after upgrade to the June 3, 2013 Galaxy release

2013-06-12 Thread Dannon Baker
Christophe, Glad it's working. The updates should merge seamlessly so you shouldn't need to do anything else when you update again. That said, for future use, you can swap branches like: 'hg update stable' to swap to the stable branch. If you're on galaxy-dist, you can still pull (and update)

Re: [galaxy-dev] minor SQLAlchemy PostgreSQL issue

2013-06-11 Thread Dannon Baker
Even though the dialect name changed, the existing database urls should be compatible (postgres:///...). Did you find this not to be the case? -Dannon On Mon, Jun 10, 2013 at 12:54 PM, Richard Burhans r...@bx.psu.edu wrote: The SQLAlchemy postgres dialect was renamed to postgresql.

Re: [galaxy-dev] bug in galaxy-central security

2013-06-07 Thread Dannon Baker
, at 10:42 AM, Dannon Baker wrote: That'll work, but it'll deactivate select2 across the board for all pages in your galaxy instance. I committed a fix for those specific admin pages yesterday, available in galaxy-central (stable as well as default branch). -Dannon On Thu, Jun 6, 2013 at 1

Re: [galaxy-dev] Issue with set_user_disk_usage.py and Postgres 8.x

2013-06-06 Thread Dannon Baker
Thanks for the bug fix, (and for the reminder that it was still sitting in the inbox, sorry about that). I've verified the fix as well and pulled it into -central. -Dannon On Thu, Jun 6, 2013 at 10:13 AM, Lance Parsons lpars...@princeton.eduwrote: Thanks for confirmation Björn. Pull

Re: [galaxy-dev] bug in galaxy-central security

2013-06-06 Thread Dannon Baker
...@soe.ucsc.eduwrote: Hi Dannon, I deleted the declaration to select2 in base.mako (line 42) and that fixed the problem for now. (thanks to Ted for the tip!) -Robert On Jun 4, 2013, at 1:30 PM, Dannon Baker wrote: Hey Robert, Thanks for catching this; I'm working on getting a fix out (this affects

Re: [galaxy-dev] local install problem

2013-06-06 Thread Dannon Baker
How did you install your python, or are you using the default ubuntu 12.04 version? The bz2 module should be distributed with any python since 2.3. -Dannon On Thu, Jun 6, 2013 at 3:25 PM, Andrew Krohn alk...@nau.edu wrote: I looked through others' problems, but this seems unique. I just did

Re: [galaxy-dev] local install problem

2013-06-06 Thread Dannon Baker
-for-python-2-7-2 On Thu, Jun 6, 2013 at 4:19 PM, Andrew Krohn alk...@nau.edu wrote: I am using the default ubuntu 12.04 python. Andrew Krohn PhD Candidate, NAU Biological Sciences Research Technician, EnGGen On Thu, Jun 6, 2013 at 1:17 PM, Dannon Baker dannon.ba...@gmail.comwrote: How did

Re: [galaxy-dev] Installation of 20130603 Galaxy image with MySQL fails

2013-06-06 Thread Dannon Baker
, From: Björn Grüning bjoern.gruen...@pharmazie.uni-freiburg.de To: Linda Cham/Poughkeepsie/IBM@IBMUS Cc: Dannon Baker dannon.ba...@gmail.com, Galaxy Dev galaxy-dev@lists.bx.psu.edu Date: 06/05/2013 04:30 PM Subject: Re: [galaxy-dev] Installation of 20130603 Galaxy image with MySQL fails

Re: [galaxy-dev] Installation of 20130603 Galaxy image with MySQL fails

2013-06-05 Thread Dannon Baker
Hi Linda, The decorator issue should be resolved in galaxy-central now. I'm setting up a test environment to see if I can reproduce the mysql issue now, and will let you know what I come up with. Thanks! -Dannon On Wed, Jun 5, 2013 at 11:12 AM, Linda Cham lc...@us.ibm.com wrote: Hi. I am

Re: [galaxy-dev] Status of Galaxy Cloud Instance dev

2013-05-31 Thread Dannon Baker
No firm release set for the new cloudman yet, but you can always follow development here: https://trello.com/board/galaxy-cloudman/5136209e9beefacb77004e6d There are a few final issues we're wrapping up before we can release, but we're hoping it'll be soon. On Fri, May 31, 2013 at 7:31 AM,

Re: [galaxy-dev] Status of Galaxy Cloud Instance dev

2013-05-31 Thread Dannon Baker
On Fri, May 31, 2013 at 9:51 AM, John Chilton chil...@msi.umn.edu wrote: Could you enable comments for non-board members like the Galaxy Development Trello allows? Of course, actually thought I'd already done that. Fixed! ___ Please

Re: [galaxy-dev] Creating multiple datasets in a libset

2013-05-29 Thread Dannon Baker
: Wednesday, 29 May 2013 2:45 PM To: galaxy-dev@lists.bx.psu.edu; 'Dannon Baker'; 'robert.lecl...@gmail.com ' Subject: Re: Creating multiple datasets in a libset Hi Guys, Did you manage to get multiple datasets working? I can't seem to upload multiple files. Only the last file appears

Re: [galaxy-dev] php script integration query

2013-05-29 Thread Dannon Baker
As long as you're able to execute your php script from the command line, it should work fine. -Dannon On Wed, May 29, 2013 at 7:25 AM, Prasun Dutta prasundutt...@yahoo.co.inwrote: Hi, If I have some programs in php which I need to integrate in Galaxy as a tool, can I do it? I know if I

Re: [galaxy-dev] advice on a mixed cloud/SGE architecture

2013-05-29 Thread Dannon Baker
. -Nick On Tue, May 28, 2013 at 3:58 PM, Dannon Baker dannon.ba...@gmail.comwrote: Hi Nick, Not sure I completely understand what you're trying to do here. So, you want to have a galaxy head node on AWS that dispatches jobs to a non-AWS private SGE cluster? -Dannon On Thu, May 16

Re: [galaxy-dev] User expiration date

2013-05-28 Thread Dannon Baker
Hi Nikos, No, it's not currently possible to set individual account expiration dates in Galaxy, though you could probably script this. -Dannon On Wed, May 15, 2013 at 7:12 AM, Nikos Sidiropoulos slm...@alumni.ku.dkwrote: Hi Is it possible to set an expiration date for specific user

Re: [galaxy-dev] Problem changing username

2013-05-28 Thread Dannon Baker
Thomas, Thanks for reporting this. It looks like there was an internal issue with your user data preventing this update, which I think I've fixed. Care to give it another shot? -Dannon On Wed, May 15, 2013 at 2:54 AM, Thomas Haverkamp t.h.a.haverk...@ibv.uio.no wrote: Hi, I have been

Re: [galaxy-dev] missing new job lock function

2013-05-28 Thread Dannon Baker
Hi Leon, No, this feature was removed at the time of the job handler refactoring. There are plans to reimplement it in a way compatible with the new job management, but no ETA. -Dannon On Tue, May 21, 2013 at 5:35 AM, Leon Mei hailiang@nbic.nl wrote: Dear list, I recently updated our

Re: [galaxy-dev] maximum recursion depth error

2013-05-28 Thread Dannon Baker
Hi Ann, Are you able to share more of the stack trace, or a method for reproducing this? I'm assuming it's a local instance you're talking about -- what revision are you running, etc? Thanks! -Dannon On Sat, May 18, 2013 at 3:12 PM, Ann Holtz-Morris, M.S. aholtzmor...@chori.org wrote: Hi,

Re: [galaxy-dev] very long load times for some shared libraries...

2013-05-28 Thread Dannon Baker
Hey Brad, This a known issue -- data library refactoring is planned that should help alleviate this. You can follow the progress of it at https://trello.com/card/data-library-ui-progressive-display-of-folders/506338ce32ae458f6d15e4b3/56 -Dannon On Fri, May 17, 2013 at 5:43 PM, Langhorst,

Re: [galaxy-dev] advice on a mixed cloud/SGE architecture

2013-05-28 Thread Dannon Baker
Hi Nick, Not sure I completely understand what you're trying to do here. So, you want to have a galaxy head node on AWS that dispatches jobs to a non-AWS private SGE cluster? -Dannon On Thu, May 16, 2013 at 12:18 PM, Nikolay N. nikola...@gmail.com wrote: Hi, I was contemplating setting

Re: [galaxy-dev] Workflow refresh

2013-05-28 Thread Dannon Baker
So you have a galaxy window open and as you upload files via the API, new datasets do appear automatically without refreshing the history. These datasets, however, are in the wrong state and don't update? -Dannon On Thu, May 23, 2013 at 12:01 AM, neil.burd...@csiro.au wrote: Hi, I

Re: [galaxy-dev] finding parts of tool_conf.xml

2013-05-28 Thread Dannon Baker
I'm assuming you're referring to main.g2.bx.psu.edu's tool configuration as a reference. Some of these components are installed via the tool shed, and others may have been manually added to main and are not included in the base tool_conf.xml.sample. I may be able to point you in the right

Re: [galaxy-dev] finding parts of tool_conf.xml

2013-05-28 Thread Dannon Baker
28, 2013 at 12:42 PM, Dannon Baker dannon.ba...@gmail.comwrote: I'm assuming you're referring to main.g2.bx.psu.edu's tool configuration as a reference. Some of these components are installed via the tool shed, and others may have been manually added to main and are not included in the base

Re: [galaxy-dev] import Workflow from public Galaxy to local instance

2013-05-22 Thread Dannon Baker
On Wed, May 22, 2013 at 3:12 AM, Andreas Kuntzagk andreas.kuntz...@mdc-berlin.de wrote: But how do I get the workflow_id? For example for the workflow https://main.g2.bx.psu.edu/u/**gm2123/w/cloudmap-unmapped-**

Re: [galaxy-dev] workflow startup issues

2013-05-21 Thread Dannon Baker
Geert, This should be fixed in the up-to-date stable branch as far as I know. Can you tell me what 'hg summary' states? -Dannon On Mon, May 20, 2013 at 4:43 PM, Geert Vandeweyer geert.vandewey...@ua.ac.be wrote: Hi, After the latest upgrade (april), I'm having issues when starting

Re: [galaxy-dev] import Workflow from public Galaxy to local instance

2013-05-21 Thread Dannon Baker
This interaction is pretty clunky right now (I've made a trello card for improving it: https://trello.com/c/eu8XiJLK. Two options right now are: 1) Import (on main) each workflow you want to copy to your local instance, and generate the regular download link for import. (Download or Export in

Re: [galaxy-dev] workflow startup issues

2013-05-21 Thread Dannon Baker
:47ddf167c9f1 tip Use Galaxy's ErrorMiddleware since Paste's doesn't return start_response. Fixes downloading tarballs from the Tool Shed when use_debug = false. branch: stable commit: 18 modified, 178 unknown update: (current) Geert On 05/21/2013 04:59 PM, Dannon Baker wrote: Geert

Re: [galaxy-dev] location of .loc-files/data tables -- bug or feature?

2013-05-21 Thread Dannon Baker
Hey Christian, This is a bug that surfaced in revision 8333 which should be fixed in 9326:d07c62f0067a, which is available in the most recent galaxy-dist (stable branch). If you'd rather not update right away, we'll have another full-fledged dist release out soon. -Dannon On Tue, May 21, 2013

Re: [galaxy-dev] Cloudman - missing security rules in wiki page

2013-05-21 Thread Dannon Baker
Hey Joachim, Thanks for pointing out the discrepancy here. I'll be overhauling the wiki in the near future to correspond with a new Cloudman release and will make sure to update this. -Dannon On Thu, May 16, 2013 at 10:01 AM, Joachim Jacob | VIB | joachim.ja...@vib.be wrote: Hi all, I

Re: [galaxy-dev] Cloudman / galaxyIndicies

2013-05-21 Thread Dannon Baker
Hey Rob, Yes, you should be able to create your own volume and sub it into pd.yaml. Since you want to share this across several instances, and you can't mount an EBS volume to multiple instances, you'll definitely want to use the snapshot method (and so, snap_id is required). -Dannon On Tue,

Re: [galaxy-dev] selecting multiple inputs for workflows not possible

2013-05-16 Thread Dannon Baker
This is probably related to the galaxy version currently available by default in the cloud -- it's significantly out of date. We froze updates to the base volume pending a new Cloudman release (that shouldn't be too much longer in development). You should be able to update the galaxy

Re: [galaxy-dev] selecting multiple inputs for workflows not possible anymore

2013-05-16 Thread Dannon Baker
]$ hg branch stable Joachim Jacob Rijvisschestraat 120, 9052 Zwijnaarde Tel: +32 9 244.66.34 Bioinformatics Training and Services (BITS) http://www.bits.vib.be @bitsatvib On 05/16/2013 04:35 PM, Dannon Baker wrote: I should have read the rest of my email before replying -- so you did

Re: [galaxy-dev] selecting multiple inputs for workflows not possible anymore

2013-05-16 Thread Dannon Baker
Bioinformatics Training and Services (BITS) http://www.bits.vib.be @bitsatvib On 05/16/2013 05:01 PM, Dannon Baker wrote: Your instance isn't quite up-to-date enough for the fix -- it's around 9549:47ddf167c9f1 -central / 9452:94caae7433a7 grafted in -stable. On Thu, May 16, 2013 at 10:56

Re: [galaxy-dev] Function for deleting specific datasets from the history

2013-05-13 Thread Dannon Baker
Hi Aris, 1) Not currently, though you can easily delete all hidden datasets in a history at once using the Delete Hidden Datasets option in the history menu. 2) This is intentionally not exposed to the user, though as an administrator you could find this information by looking at the dataset

Re: [galaxy-dev] Error with fastqc

2013-05-10 Thread Dannon Baker
Hi Kathryn, It looks like you haven't installed FastQC (or potentially installed it and just haven't made it accessible to Galaxy). You'll need to install FastQC from http://www.bioinformatics.babraham.ac.uk/projects/fastqc/ if you haven't already, and the main fastqc perl script must be

<    1   2   3   4   5   >