Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Martin Čech
Hi Edgar, I am not sure about this one. Please try setting 'new_file_path' in your galaxy.ini to an absolute path, try again and check whether something changes. Martin On Mon, Jan 25, 2016 at 9:23 AM Fernandez Edgar < edgar.fernan...@umontreal.ca> wrote: > Hello Martin, > > > > Thank you! > >

Re: [galaxy-dev] Setting up visualization on Galaxy on CentOS

2016-01-25 Thread Björn Grüning
Hi, can you please check this setting? https://github.com/galaxyproject/galaxy/blob/dev/config/galaxy.ini.sample#L270 Thanks, Bjoern Am 25.01.2016 um 15:46 schrieb Oksana Korol: > Thanks, Bjoern! > > For my local install of Galaxy, logging in as a user worked and the icon > is showing up

Re: [galaxy-dev] BED12 Data Format

2016-01-25 Thread Daniel Blankenberg
Hi Lance, FWIW, there is an existing bedstrict and bed12 (and bed6) datatypes in Galaxy. The strict datatypes are currently usually created by implicit datatype converters and are most often used by some external display applications that need standards conforming files. bed6/12 are

Re: [galaxy-dev] Retain the dbkey specified for an input dataset through a Galaxy workflow?

2016-01-25 Thread Greg Von Kuster
I’ve disovered that this issue is related to tools rather than workflows, and specifically with tools that produce dataset collections on output. In the "job.finish()" method, metadata that includes the input dataset’s dbkey setting is generated correctly for output datasets that are not part

[galaxy-dev] Python on cluster for setting metadata after jobs complete

2016-01-25 Thread Peter Cock
On Mon, Jan 25, 2016 at 11:33 AM, Peter Cock wrote: > Hello all, > > We're currently looking at changing our Galaxy setup to link user accounts > with Linux user accounts for better cluster integration (running jobs as the > actual user on SGE). As part of this, we've

[galaxy-dev] external_chown_script.py and the local job runner

2016-01-25 Thread Peter Cock
On Mon, Jan 25, 2016 at 11:33 AM, Peter Cock wrote: > Hello all, > > We're currently looking at changing our Galaxy setup to link user accounts > with Linux user accounts for better cluster integration (running jobs as the > actual user on SGE). As part of this, we've

Re: [galaxy-dev] external_chown_script.py and the local job runner

2016-01-25 Thread Peter Cock
On Mon, Jan 25, 2016 at 4:44 PM, John Chilton wrote: > I think the problem is more that it is configured globally and not > per-destination. The real user stuff should all be per-destination and > not globally configured - since it should be possible to have like a >

Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Martin Čech
That was my second guess, I wasn't sure whether it should create that dir structure. Are you installing this package at this revision? And what system are you installing it on? https://toolshed.g2.bx.psu.edu/view/iuc/package_bowtie_2_2_6/0d9cd7487cc9 M. On Mon, Jan 25, 2016 at 11:17 AM

[galaxy-dev] Creating cluster_files_directory (default database/pbs)

2016-01-25 Thread Peter Cock
On Mon, Jan 25, 2016 at 11:33 AM, Peter Cock wrote: > Hello all, > > We're currently looking at changing our Galaxy setup to link user accounts > with Linux user accounts for better cluster integration (running jobs as the > actual user on SGE). As part of this, we've

Re: [galaxy-dev] external_chown_script.py and the local job runner

2016-01-25 Thread John Chilton
On Mon, Jan 25, 2016 at 3:26 PM, Peter Cock wrote: > On Mon, Jan 25, 2016 at 11:33 AM, Peter Cock > wrote: >> Hello all, >> >> We're currently looking at changing our Galaxy setup to link user accounts >> with Linux user accounts for better

Re: [galaxy-dev] Python on cluster for setting metadata after jobs complete

2016-01-25 Thread Peter Cock
Thanks John, On Mon, Jan 25, 2016 at 3:29 PM, John Chilton wrote: > The script generated to call Galaxy is here: > > https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/datatypes/metadata.py#L838 > > The job template stuff that setups of the environment the job runs

[galaxy-dev] Want to Contribute in galaxy project

2016-01-25 Thread Manish Bisht
Hello Developers, I am Manish Bisht. I am in second year of my engineering in information technology. I want to provide the code for Galaxy Project. I have created many projects outside of my college projects. You can see all at https:// github.com

Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Nicola Soranzo
Hi Edgar, this smells like an old fixed bug, what version of Galaxy are you running? Cheers, Nicola On 25/01/16 14:22, Fernandez Edgar wrote: Hello Martin, Thank you! Your instructions for my problem with Perl package worked. For the URL of hmmer, it is wrong and I will report it like you

Re: [galaxy-dev] Creating cluster_files_directory (default database/pbs)

2016-01-25 Thread John Chilton
Peter - Nate and I are in agreement that the goal is to eliminate that directory, so I don't want to put effort into automating its creation. https://github.com/galaxyproject/galaxy/issues/1576 If you wish to open a PR that does this though, I would be happy to merge this. The best place to

Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Fernandez Edgar
Hello Martin. I changed the setting “new_file_path” like you said and the same error occurs (with the full path obviously). I check that the full path exists. And is rwx for the galaxy user. Any other ideas I could try? Edgar Fernandez System Administrator (Linux) Direction Générale des

Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Nicola Soranzo
Hi Edgar, indeed your bug was fixed long ago, please see http://dev.list.galaxyproject.org/Bismark-installation-dependencies-error-td4668186.html You should really move to the GitHub repository and update to the latest 15.07 or (better) to 15.10 . Cheers, Nicola On 25/01/16 17:09,

Re: [galaxy-dev] Setting up visualization on Galaxy on CentOS

2016-01-25 Thread Björn Grüning
This gets tricky, can you check if the visualisations are loacted under this path and do double-check the filetypes? The icon is only displayed with the correct datatype. Am 25.01.2016 um 17:37 schrieb Oksana Korol: > It's un-commented in both local and production. Still there is no icon > in

Re: [galaxy-dev] Setting up visualization on Galaxy on CentOS

2016-01-25 Thread Oksana Korol
It get even trickier... I just double-checked my local install, and I didn't have visualization_plugins_directory uncommented, and yet, it works on local install >This gets tricky, can you check if the visualisations are loacted under >this path If you mean phyoviz and other plugin code from

Re: [galaxy-dev] Creating cluster_files_directory (default database/pbs)

2016-01-25 Thread Peter Cock
Thanks John, The long term vision you outline makes a lot of sense; I've just added a note to the wiki to try to help anyone else running into this: https://wiki.galaxyproject.org/Admin/Config/Performance/Cluster?action=diff=51=52 Peter On Mon, Jan 25, 2016 at 5:27 PM, John Chilton

Re: [galaxy-dev] Want to Contribute in galaxy project

2016-01-25 Thread Martin Čech
Hi Manish, thank you very much for your interest in Galaxy project! I would first look here to check the beginner's dev overview: https://wiki.galaxyproject.org/Develop/GettingStarted And once you feel somewhat comfortable you can check the beginner friendly issues on GitHub here:

Re: [galaxy-dev] Python on cluster for setting metadata after jobs complete

2016-01-25 Thread John Chilton
On Mon, Jan 25, 2016 at 3:44 PM, Peter Cock wrote: > Thanks John, > > On Mon, Jan 25, 2016 at 3:29 PM, John Chilton wrote: >> The script generated to call Galaxy is here: >> >>

Re: [galaxy-dev] Python on cluster for setting metadata after jobs complete

2016-01-25 Thread Peter Cock
On Mon, Jan 25, 2016 at 5:50 PM, John Chilton wrote: > On Mon, Jan 25, 2016 at 3:44 PM, Peter Cock wrote: >> Thanks John, >> >> On Mon, Jan 25, 2016 at 3:29 PM, John Chilton wrote: >>> The script generated to call Galaxy is

Re: [galaxy-dev] errors installing tool dependencies...

2016-01-25 Thread Martin Čech
Edgar, check 'How to migrate a Galaxy instance from Mercurial Bitbucket to Git GitHub' at https://wiki.galaxyproject.org/Develop/SourceCode Thanks M. On Mon, Jan 25, 2016 at 12:29 PM Fernandez Edgar < edgar.fernan...@umontreal.ca> wrote: > How would I safely make the transition from mercurial

[galaxy-dev] Removing set_metadata_externally from wiki documentation?

2016-01-25 Thread Peter Cock
Hello all, We're currently looking at changing our Galaxy setup to link user accounts with Linux user accounts for better cluster integration (running jobs as the actual user on SGE). As part of this, we've tried setting up a fresh installation on a new VM which has thrown up some issues. First