Re: [galaxy-dev] Galaxy code: data libraries

2013-11-28 Thread John Chilton
I think the relevant piece of code is in templates/webapps/galaxy/ibrary/common/common.mako. The lines %if not link_data_only or link_data_only == 'copy_files': Copy files into Galaxy

Re: [galaxy-dev] character set encoding metadata

2013-11-28 Thread John Chilton
Excellent talk! I watched it earlier in the week - I feel like it has already made me a better programmer. That said, I am not sure I have any real great answers for you. The least disruptive thing you could do is add a new metadata element to the Text datatype (hopefully most text based datatypes

Re: [galaxy-dev] Missing test results on (Test) Tool Shed

2013-11-28 Thread Greg Von Kuster
Hi Peter, On Nov 28, 2013, at 12:56 PM, Peter Cock wrote: > On Thu, Nov 28, 2013 at 5:30 PM, Peter Cock wrote: >> >> Thank you - that alerted me to a missing set of out output files for a >> recently added test, hopefully addressed in this revision: >> http://testtoolshed.g2.bx.psu.edu/view/p

Re: [galaxy-dev] galaxy-dev Digest, Vol 89, Issue 32

2013-11-28 Thread Dooley, Damion
Hi folks, Has someone seen this behaviour? I'm trying to do a once-over maintenance cleanup of our galaxy installs. The galaxy account is getting emailed nightly with an error which is happening when it gets to delete_datasets.sh cron task, basically: AttributeError: 'NoneType' object ha

Re: [galaxy-dev] Missing test results on (Test) Tool Shed

2013-11-28 Thread Peter Cock
On Thu, Nov 28, 2013 at 5:30 PM, Peter Cock wrote: > > Thank you - that alerted me to a missing set of out output files for a > recently added test, hopefully addressed in this revision: > http://testtoolshed.g2.bx.psu.edu/view/peterjc/ncbi_blast_plus/1b8a92016045 > > But its not all good news - a

Re: [galaxy-dev] Missing test results on (Test) Tool Shed

2013-11-28 Thread Peter Cock
On Thu, Nov 28, 2013 at 5:16 PM, Greg Von Kuster wrote: > Hello Peter, > > On Nov 28, 2013, at 4:56 AM, Peter Cock wrote: > > Hi Greg, > > Things look much better today on the Test Tool Shed, with > most of my tools under "Latest revision: all tool tests pass" > again - or as expected a few unde

Re: [galaxy-dev] Missing test results on (Test) Tool Shed

2013-11-28 Thread Greg Von Kuster
Hello Peter, On Nov 28, 2013, at 4:56 AM, Peter Cock wrote: > On Wed, Nov 27, 2013 at 9:02 PM, Greg Von Kuster wrote: >> >> Hello Peter, >> >> I've done a significant amount of re-engineering of the >> Tool Shed's install and test framework over the past 2 >> weeks, so the results you are see

[galaxy-dev] Including descriptions etc in extended BLAST+ tabular output

2013-11-28 Thread Peter Cock
Hello all, FAO: Administrators of local Galaxy instances using the NCBI BLAST+ wrappers. Over on the galaxy_blast repository I have been updating the NCBI BLAST+ wrappers (including unit tests) to work with the current release, NCBI BLAST+ 2.2.28 (aka BLAST 2.2.28+): https://github.com/peterjc/ga

[galaxy-dev] Active Directory

2013-11-28 Thread Alexander Kurze
Hi there, I have a server set up of galaxy. I would like to have a system setup where people can login via their active directory name and then use their mounted share drive to download processed data from the galaxy server. I saw that it is possible via apache to login through the AD, but will t

[galaxy-dev] Galaxy code: data libraries

2013-11-28 Thread Misharl mon
Hi eveybody, Is there a way in the code of Galaxy, to force the users to use "link to files without copying in Galaxy" by hiding the "copy files into Galaxy" option in the interface, when they add datasets in their library? We want to avoid users to click on "copy files into Galaxy" by mistake.

[galaxy-dev] Uploading files from password protected URL's

2013-11-28 Thread Nicolas Cybulski
Thanks a lot for the answer ! kind regards, Nicolas Cybulski ___ 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:/

[galaxy-dev] Add a tool to galaxy

2013-11-28 Thread sun liang
hello all, We have a transcript classification tool named CNCI, that published on NAR August 6 2013, and the title of this article is "Utilizing sequence intrinsic composition to classify protein-coding and long non-coding transcripts". The source code is writen by python, and can be do

Re: [galaxy-dev] Missing test results on (Test) Tool Shed

2013-11-28 Thread Peter Cock
On Wed, Nov 27, 2013 at 9:02 PM, Greg Von Kuster wrote: > > Hello Peter, > > I've done a significant amount of re-engineering of the > Tool Shed's install and test framework over the past 2 > weeks, so the results you are seeing are probably a > reflection of some broken peices during the time fra