Re: [galaxy-dev] Problem upgrading

2016-05-20 Thread Will Holtz
My mistake. The tag is there. I thought I had pulled everything, but I had not. -Will On Fri, May 20, 2016 at 11:54 AM, Will Holtz wrote: > And as for "sudo git checkout v16.04" not working, it appears to me that > the release commits have not been given tags since v15.07. > > -Will > > On Fri,

Re: [galaxy-dev] Problem upgrading

2016-05-20 Thread Will Holtz
And as for "sudo git checkout v16.04" not working, it appears to me that the release commits have not been given tags since v15.07. -Will On Fri, May 20, 2016 at 11:52 AM, Scott Szakonyi wrote: > Will, thank you so much! That absolutely did the trick. > > -Scott > > On Fri, May 20, 2016 at 2:48

Re: [galaxy-dev] Problem upgrading

2016-05-20 Thread Scott Szakonyi
Will, thank you so much! That absolutely did the trick. -Scott On Fri, May 20, 2016 at 2:48 PM, Will Holtz wrote: > There is a 'git' missing in there. Try: > sudo git checkout master && git pull --ff-only origin master > > -Will > > > On Fri, May 20, 2016 at 11:42 AM, Scott Szakonyi < > scott.b

Re: [galaxy-dev] Problem upgrading

2016-05-20 Thread Will Holtz
There is a 'git' missing in there. Try: sudo git checkout master && git pull --ff-only origin master -Will On Fri, May 20, 2016 at 11:42 AM, Scott Szakonyi wrote: > Hello, > > I'm currently running Galaxy 16.01, and I'd like to upgrade to 16.04. > However, when I attempt to do so, I get an err

[galaxy-dev] Problem upgrading

2016-05-20 Thread Scott Szakonyi
Hello, I'm currently running Galaxy 16.01, and I'd like to upgrade to 16.04. However, when I attempt to do so, I get an error, and git log shows I'm still on 16.01. $ sudo git checkout master && pull --ff-only origin master M tool-data/all_fasta.loc.sample Already on 'master' -bash: pull: command

Re: [galaxy-dev] STACKS error

2016-05-20 Thread Geert Vandeweyer
Hi Yvan, We had this issue as well, and fixed it for now by adding the checkers.py from an old galaxy server. I've added it in attachment if you don't have it anymore. put it in "galaxy-dist/lib/galaxy/datatypes/checkers.py" If relevant, I also made a few changes to the stacks script itself,

Re: [galaxy-dev] STACKS error

2016-05-20 Thread Yvan Le Bras
Thank you John for the rapid answer and the PR! I have had the same issue trying installing and use a Galaxy-M instance ( https://gigascience.biomedcentral.com/articles/10.1186/s13742-016-0115-8 ) . I cc Ralf concerning this. Cheers, Yvan - Mail original - > De: "John Chilton" >

Re: [galaxy-dev] STACKS error

2016-05-20 Thread John Chilton
This is one the reasons (though not the only one) I generally discourage putting datatypes in the tool shed - Galaxy isn't very clear about what interface it provides to datatypes and it would seem very difficult from my perspective to maintain that interface and grow Galaxy at the same time. This

Re: [galaxy-dev] Error when executing cleanup scripts

2016-05-20 Thread Scott Szakonyi
Hi Dannon, That absolutely did the trick. Thanks so much for your assistance. Best, Scott On Fri, May 20, 2016 at 9:11 AM, Dannon Baker wrote: > Hi Scott, > > The quick fix is to source your virtualenv first and you should be good to > go. > > -Dannon > > On Fri, May 20, 2016 at 9:07 AM Scott

Re: [galaxy-dev] STACKS error

2016-05-20 Thread Yvan Le Bras
Hi Amos, Thanks to use Stacks on Galaxy! I already seen this error. This is due, I think, to newest Galaxy versions who don't have the checkers.py anymore on the datatypes folder Thios can be fixed using an older Galaxy version... Otherwise, we are working on a new version of the Stacks Ga

[galaxy-dev] STACKS error

2016-05-20 Thread Raphenya, Amogelang
Anyone encountered this error? Fatal error: Exit code 1 (Error in Stacks Process radtag execution) Traceback (most recent call last): File "/galaxylab/production/new/shed_tools/toolshed.g2.bx.psu.edu/repos/cmonjeau/stacks/0e0ff9e9c761/stacks/STACKS_procrad.py", line 16, in from stacks

Re: [galaxy-dev] Error when executing cleanup scripts

2016-05-20 Thread Dannon Baker
Hi Scott, The quick fix is to source your virtualenv first and you should be good to go. -Dannon On Fri, May 20, 2016 at 9:07 AM Scott Szakonyi wrote: > Hi all, > > I'm getting an error when executing the cleanup scripts in Galaxy 16.01. > It appears the script is unable to import sqlalchemy,

[galaxy-dev] Error when executing cleanup scripts

2016-05-20 Thread Scott Szakonyi
Hi all, I'm getting an error when executing the cleanup scripts in Galaxy 16.01. It appears the script is unable to import sqlalchemy, but my understanding is that Galaxy can't function without it, so I'm at a loss to explain. Here's the error I'm getting: $ sh scripts/cleanup_datasets/delete_use

Re: [galaxy-dev] not sure what I can do about this...

2016-05-20 Thread Marius van den Beek
Hi Edgar, it’s a good idea to use python2.7 for galaxy, since 16.01 is the last release supporting python 2.6. In general you can create a new virrtualenv with a a specific python interpreter like this: virtualenv -p If you create a new new virtualenv .venv in your galaxy source folder, run.sh