[galaxy-dev] tuple unpack error during tool install

2012-06-28 Thread Langhorst, Brad
I found the problem with my blocked cookies, now I encounter a new error. File '/mnt/ngswork/galaxy/galaxy-dist/lib/galaxy/web/controllers/admin_toolshed.py', line 291 in install_repository description, repository_clone_url, changeset_revision = repo_info_tuple ValueError: too many values to

Re: [galaxy-dev] tuple unpack error during tool install

2012-06-28 Thread Greg Von Kuster
Hi Brad, Are you running the tip from Galaxy central repository? That is required for using the main galaxy tool shed. Greg Von Kuster On Jun 28, 2012, at 2:16 PM, Langhorst, Brad wrote: I found the problem with my blocked cookies, now I encounter a new error. File

Re: [galaxy-dev] tuple unpack error during tool install

2012-06-28 Thread Langhorst, Brad
In case anyone else runs into this and needs a quick fix... I threw in some logging. looks like repo_info_tuple has 4 values but the admin repo code is expecting only three. repo_info_tuple: ['Generate simulated reads from a fasta sequence using dwgsim',

Re: [galaxy-dev] tuple unpack error during tool install

2012-06-28 Thread Langhorst, Brad
ah... no i'm running the most recent galaxy-dist. looks like that one junk variable I added works for me... did i just screw up my installation by doing that? Brad On Jun 28, 2012, at 3:05 PM, Greg Von Kuster wrote: Hi Brad, Are you running the tip from Galaxy central repository? That

Re: [galaxy-dev] tuple unpack error during tool install

2012-06-28 Thread Greg Von Kuster
I'm fairly certain that you'll continue to bump into issues if you're trying to use the public tool shed while running the tip of dist. The Galaxy dist repository is generally 4 - 8 weeks behind the Galaxy central repository, which is what runs on the public tool sheds. You would probably be