Re: [galaxy-dev] Unable to add R package dependency to tool_dependencies.xml

2014-10-31 Thread Ross
Hi, Bruno. As Björn points out, cross-toolshed dependencies aren't currently supported but exporting (eg) package_r_3_1_1 as a capsule (make sure to include ALL dependencies) from one toolshed and importing that capsule into your own local toolshed brings all the sub-dependent packages so they

Re: [galaxy-dev] strange issue with .RData files

2014-10-30 Thread Ross
Rdata is binary and serialises R objects so I sure hope you don't have to peek inside - probably needs most of an R environment - like rpy or something. A binary header signature magic number would be ideal - I checked a few saved rdata files lying around here and all seemed to start with the

Re: [galaxy-dev] Can't change working directory during tool dependency installation

2014-10-25 Thread Ross
You might need to specify multiple command lines in a single shell action - separated by ; like: cd foo; perl foo bah; more something; cleanup Otherwise you might just find yourself back in the temp installation directory after each separate action Ross Lazarus Head, Computational Biology, Baker

Re: [galaxy-dev] tool for STAR RNA-seq aligner

2014-09-26 Thread Ross
? On Thu, Sep 25, 2014 at 10:41 PM, David Hoover hoove...@helix.nih.gov wrote: Ross, About the index files: It is way easier to have pre-built index files. However, when running a 2-pass STAR run, a user will need to generate their own reference index files based on the output SJ.tab.out file

Re: [galaxy-dev] tool for STAR RNA-seq aligner

2014-09-24 Thread Ross
is a pain - best to write a data manager. Ross Lazarus Head, Computational Biology, Baker IDI, Melbourne, Australia Pubs: http://scholar.google.com/citations?hl=enuser=UCUuEM4J On Thu, Sep 25, 2014 at 6:39 AM, David Hoover hoove...@helix.nih.gov wrote: Why didn't I see these before? Hmm, I

Re: [galaxy-dev] Dependencies within dependencies

2014-09-16 Thread Ross
Hi Christophe - there's a trello card for this at https://trello.com/c/ClgcV0Sn - upvote and add your experiences please? On Wed, Sep 17, 2014 at 8:01 AM, Christophe Antoniewski christophe.antoniew...@snv.jussieu.fr wrote: I am trying to move the package_r_3_0_3 repository owned by devteam

Re: [galaxy-dev] Error Setting Up Local Galaxy Server

2014-07-26 Thread Ross
Hi, Kevin. Yes. that looks like an interesting error message which might have been caused because Galaxy currently requires a version of Python such as 2.7.8 (2.6+ will work fine) but it will not run under the newest Python v3 releases (eg Python 3.4.1) (You may also have encountered a bug in that

Re: [galaxy-dev] How to configure galaxy with a cluster

2014-07-16 Thread Ross
and still no cluster options in megablast item. How can I see cluster options in the page, for example, the page will let me choose to use local server or a cluster. Users can't control destinations for tool execution through any interface at present AFAIK - tool destinations are automated

Re: [galaxy-dev] Galaxy Tool Wrapper/DTD/Schema Needed

2014-06-24 Thread Ross
Your question was answered in the negative on biostar a few days back: https://biostar.usegalaxy.org/p/8101/ Contributions welcomed. On Sat, Jun 21, 2014 at 8:25 AM, Jones, Tyler William tyler.jo...@coyotes.usd.edu wrote: Hi, I am working for USD Bioinformatics and trying to integrate

Re: [galaxy-dev] Difficulties wrapping r script with r_wrapper.sh

2014-06-23 Thread Ross
This syntax *write.table(data1, file={$out_data}, * might not do what you expect. The $ has to be outside the braces, but they're not needed there anyway - something like this might work better: *write.table(data1, file=$out_data,..* When things don't work, it's always useful to check the

Re: [galaxy-dev] Non-admin tool install/import

2014-06-10 Thread Ross
into your local Galaxy) for ordinary users to use in their workflows. Thanks, Karthik On Sun, Jun 8, 2014 at 6:25 PM, Ross ross.laza...@gmail.com wrote: Hi, Karthik and John. Some details on the tool factory for anyone interested. Executive summary: it may be helpful in this context but only

Re: [galaxy-dev] ClustalW jobs aren't working

2014-06-06 Thread Ross
for reporting this - if it persists on recent Galaxy code we'll need to do some deeper investigation. On Fri, Jun 6, 2014 at 11:32 PM, Malcolm Tobias mtob...@wustl.edu wrote: Ross, Thanks for the reply! Unfortunately I am the local Galaxy admin ;-) I had tried installing the clustalw tool from

Re: [galaxy-dev] Are there examples of tools that run processes in the background?

2014-06-06 Thread Ross
Hi Melissa, The question in the title is easy to answer - most large galaxy instances run (most) jobs on a connected cluster which is effectively 'background' I guess so yes - all of them on cluster backed Galaxy instances might be a reasonable response. The questions in the text are more

Re: [galaxy-dev] ClustalW jobs aren't working

2014-06-05 Thread Ross
Malcolm, It looks like you have downloaded the wrapper and put it in your local tools folder. We strongly recommend that you remove the tool_conf.xml entry and get the local galaxy administrator to install the devteam clustalw repository from the main toolshed. That should solve your problem -

Re: [galaxy-dev] uploading data libraries options

2014-04-21 Thread Ross
Hi, Mark, Perhaps you need to adjusted universe_wsgi.ini where it says: # Add an option to the admin library upload tool allowing admins to paste # filesystem paths to files and directories in a box, and these paths will be # added to a library. Set to True to enable. Please note the security #

Re: [galaxy-dev] Functional Tests and ftype

2014-04-17 Thread Ross
Hi, Saket - 436 tests in 19.153 seconds means something odd (or fast) with your setup? What errors do you see? Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J On Thu, Apr 17, 2014 at 10:43 PM, Saket

Re: [galaxy-dev] . Output file to history (Sebastian Luna Valero)

2014-03-22 Thread Ross
Hi, Jun and Sebastian, This is not trivial, but it is already being done with some tools using the method described at https://wiki.galaxyproject.org/Admin/Tools/Multiple%20Output%20Files#Single_history_output_Html_file_with_links_to_any_number_of_output_files_and_images if that can solve your

Re: [galaxy-dev] Nightly testing status on the (Test) Tool Shed

2014-02-20 Thread Ross
if a tool failed we all really benefit from seeing as much as we can - as securely as we can. Can we safely expose them somewhere protected? On Thu, Feb 20, 2014 at 8:59 PM, Peter Cock p.j.a.c...@googlemail.comwrote: , On Thu, Feb 20, 2014 at 2:56 AM, Greg Von Kuster g...@bx.psu.edu wrote:

Re: [galaxy-dev] space in text tool results in two arguments

2014-02-17 Thread Ross
Hi Ketan - great news - all the best with your project... On Tue, Feb 18, 2014 at 3:58 PM, Ketan Maheshwari ke...@mcs.anl.gov wrote: Ross, That's correct. It seems I tested on a cached copy of tool. Works now! Thanks, Ketan On Mon, Feb 17, 2014 at 10:55 PM, Ross ross.laza...@gmail.com

Re: [galaxy-dev] SRA datatype

2014-02-07 Thread Ross
Hi, Todd, The search bar at https://wiki.galaxyproject.org/ is always a good place to find stuff like https://wiki.galaxyproject.org/Admin/Datatypes/Adding%20Datatypes?highlight=%28converters%29 I hope this gets you started On Sat, Feb 8, 2014 at 12:22 PM, Todd Oakley

Re: [galaxy-dev] Error running Clustalw and HyPhy on Cloudman

2013-12-01 Thread Ross
in your tool menu - until those manually installed ones (which may depend on clustalw2 being on the path) are removed? On Mon, Dec 2, 2013 at 8:36 AM, Karen Miga khm...@soe.ucsc.edu wrote: Hi Ross, Thanks for your email. I have clustalw2 working now - I installed the clustal repository

Re: [galaxy-dev] Error running Clustalw and HyPhy on Cloudman

2013-12-01 Thread Ross
file needed for the tool to find it. On Mon, Dec 2, 2013 at 9:08 AM, Karen Miga khm...@soe.ucsc.edu wrote: Hi Ross, I did not detect any type of auto-install (?) After installing from toolshed I did not find the binary under the /mnt/galaxy/shed_tools/ toolshed.g2.bx.psu.edu/repos

Re: [galaxy-dev] Error running Clustalw and HyPhy on Cloudman

2013-12-01 Thread Ross
path. I believe the documentation explains this - if it's not clear please suggest some revisions ? On Mon, Dec 2, 2013 at 9:18 AM, Karen Miga khm...@soe.ucsc.edu wrote: Hi Ross, That is listed as tool_dependency_dir = /mnt/galaxy/tools in my universe_wsgi.ini file, and that did not contain

Re: [galaxy-dev] Error running Clustalw and HyPhy on Cloudman

2013-12-01 Thread Ross
On Sun, Dec 1, 2013 at 2:23 PM, Ross ross.laza...@gmail.com wrote: Just to confirm, you used automated installation via the admin menu - search and browse toolsheds - test toolshed - etc ? If you installed manually by downloading and unpacking the archive under your tools/ directory, then yes

Re: [galaxy-dev] Error running Clustalw and HyPhy on Cloudman

2013-11-27 Thread Ross
Hi, Karen - how did you install clustalw? If not already done, can you please try installing the clustal repository owned by fubar from the test toolshed through your Galaxy admin interface - search/browse toolsheds? Please let me know how you go and if there's a problem I'll try to fix it for

Re: [galaxy-dev] pass regular expression

2013-10-25 Thread Ross
Hi, Jun. The inbuilt parameter sanitizer can be controlled - see http://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Csanitizer.3E_tag_set The valid sub-tag allows precise control and you can specify eg string.printable if you want ANY printable character in your parameter Here's an

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

2013-09-26 Thread Ross
3.49874201497232e-08 1.09398957489501e-06 9.03556928822473 140 a href=' http://www.genecards.org/index.php?path=/Search/keyword/Mir153'Mir153/a Categories Statistics On Sep 26, 2013, at 6:47 AM, Ross ross.laza...@gmail.com wrote: +1 I think it's been a problem with some of my repos

Re: [galaxy-dev] Deseq2 wrapper question

2013-09-11 Thread Ross
Vipin, Search works pretty well on the toolshed - I'd recommend a search for (eg) 'star' before writing yet another rnastar toolshed wrapper and dependency package? There's an installable fubar package_rnastar and an rnastar wrapper based on Jeremy's code mentioned below - but working AFAIK - at

Re: [galaxy-dev] Local Instance and current website are not the same

2013-08-29 Thread Ross
Hi Tevfik, Adam is right, but even easier assuming it goes smoothly, you should be able to install an updated version 3.3 of JJ's previous 3.2 wrapper via the Galaxy admin interface - test toolshed; SNP Analysis;

Re: [galaxy-dev] Manhattan/qq plots

2013-08-26 Thread Ross
/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J

Re: [galaxy-dev] DESeq for Galaxy

2013-08-21 Thread Ross
Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J

Re: [galaxy-dev] DESeq for Galaxy

2013-08-21 Thread Ross
tool_dependency_directory]/htseq/0.5.4p3/fubar/htseq_bams_to_count_matrix/f69b55c71ae5/INSTALLATION.log On Wed, Aug 21, 2013 at 4:38 PM, Sridhar Srinivasan sridhar2bioi...@gmail.com wrote: Hi Ross, i Installed through admin interface . for pysam and freetype it showed new... and rest installed

Re: [galaxy-dev] DESeq for Galaxy

2013-08-21 Thread Ross
through the tool page in your admin interface. The htseq dependency will contain the installation log I need to see. On Wed, Aug 21, 2013 at 5:06 PM, Sridhar Srinivasan sridhar2bioi...@gmail.com wrote: Hi Ross, I tried installing again it shows no item.. Also i couldn't find any .log file

Re: [galaxy-dev] DESeq for Galaxy

2013-08-20 Thread Ross
/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J

Re: [galaxy-dev] edgeR Tool Shed

2013-08-14 Thread Ross
Hi, Richard, I see you are looking in the main toolshed. I cant speak for fcarmia's one but it doesn't do any dependency installation. The 'digital_dge' one was deprecated - I've now deleted it. The differential count models package in the statistics section of the test toolshed -

Re: [galaxy-dev] How to display tool instead of html WWFSMD page at start-up?

2013-07-29 Thread Ross
Neil, good news: the initial center panel renders static/welcome.html so easy to change. bad news: AFAIK no way to show a (dynamic) default tool form instead - others may know more.. On Mon, Jul 29, 2013 at 5:03 PM, neil.burd...@csiro.au wrote: Hi, When Galaxy is started the centre

Re: [galaxy-dev] Fwd: Dynamically Generated Tools

2013-07-18 Thread Ross
...@gmail.com (mailto:mepcotter...@gmail.com) mepc...@uga.edu (mailto:mepc...@uga.edu) m...@cs.uga.edu (mailto:m...@cs.uga.edu) http://michaelcotterell.com/ On Wednesday, July 17, 2013 at 10:26 PM, Ross wrote: AFAIK it's not yet possible, but a tool shed API to expose subversion hooks for repository

Re: [galaxy-dev] Functional Test Errors for Tool Shed Tools

2013-07-18 Thread Ross
Hi Nilesh, A test_data folder and contents seem to be missing from your (eg) dev repository - the docs at http://wiki.galaxyproject.org/Tool%20Shed include http://wiki.galaxyproject.org/TestingInstalledTools which starts with: Tool shed repositories that contain tools with defined functional

Re: [galaxy-dev] Dynamically Generated Tools

2013-07-17 Thread Ross
: Hi Michael, I think you will enter new ground with your tool. The closest tool that will do something similar is Ross toolfactory, I think: http://toolshed.g2.bx.psu.edu/view/fubar/toolfactory For me one question is, do you really want to offer that service to every user and is it save

Re: [galaxy-dev] Galaxy load problem

2013-07-17 Thread Ross
lists, please use the interface at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl

Re: [galaxy-dev] Dynamically Generated Tools

2013-07-17 Thread Ross
, 2013 at 11:25 AM, Michael E. Cotterell mepcotter...@gmail.com wrote: Ross, Thanks for the comments. I've already made my main tool tool_shed compatible. What I'm wondering about is what do I do with the tools that my tool creates? Sincerely, Michael E. Cotterell Ph.D. Student

[galaxy-dev] Fwd: Dynamically Generated Tools

2013-07-17 Thread Ross
(mailto:m...@cs.uga.edu) http://michaelcotterell.com/ On Wednesday, July 17, 2013 at 10:05 PM, Ross wrote: Sorry if my post was rambling and unclear. Here's the executive summary for what it's worth: IMHO, a Galaxy tool that generates tools should emit them as tool shed compatible artefacts

Re: [galaxy-dev] Using Jar files in Galaxy

2013-07-11 Thread Ross
/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] Tool Error: Failure Preparing Job

2013-07-10 Thread Ross
Unicode isn't handled nicely yet AFAIK so UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 23: ordinal not in range(128) might mean a http://www.fileformat.info/info/unicode/char/2013/index.htm - overtyping these in an ascii text editor will remove them but this is a

Re: [galaxy-dev] Regarding galaxy wrappers: lumi, DESeq edgeR

2013-07-08 Thread Ross
/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] Regarding galaxy wrappers: lumi, DESeq edgeR

2013-07-08 Thread Ross
about that Ross. I would try your wrapper of edgeR and would happily report you the bug. Can you make me the link of Galaxy Test Toolshed? Thanks, Sachit On Mon, Jul 8, 2013 at 11:51 AM, Ross ross.laza...@gmail.com wrote: (Sachit, please don't cross-post to the dev and user lists

Re: [galaxy-dev] Galaxy Server Processes Dying?

2013-07-08 Thread Ross
Hi Dan, That's old code. Updating will probably help. Logging level just takes disk space, but just in case you haven't followed http://wiki.galaxyproject.org/Admin/Config/Performance/ProductionServer?action=showredirect=Admin%2FConfig%2FPerformance leaving debug = True uncommented used to fill

Re: [galaxy-dev] Empty 'no peek' Returned Instead of HTML Output?

2013-07-03 Thread Ross
Did you try what was suggested below in my reply 5 days ago? Ross ross.laza...@gmail.com Jun 29 (5 days ago) to *azuzolo*, galaxy-dev Hi, Amanda, If your previous version was very old, it may have lacked a parameter added to universe_wsgi.ini some time ago to control universal sanitization of HTML

Re: [galaxy-dev] Empty 'no peek' Returned Instead of HTML Output?

2013-06-29 Thread Ross
Hi, Amanda, If your previous version was very old, it may have lacked a parameter added to universe_wsgi.ini some time ago to control universal sanitization of HTML as a security precaution on public sites. If it's not already there, could you try adding sanitize_all_html = False to your

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

2013-06-28 Thread Ross
at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J ___ Please keep all replies on the list by using

Re: [galaxy-dev] visulaization tool

2013-06-19 Thread Ross
Shashi, Hans made a brave guess based on your vague question, but you'll probably get better answers if you do us all a favour and make an effort to provide unambiguous detail about exactly what you want to achieve. If there is a working Galaxy tool that does what you need but using a different

Re: [galaxy-dev] visulaization tool

2013-06-19 Thread Ross
you hack the tool into Galaxy itself or something. There is no documentation for that. On Wed, Jun 19, 2013 at 9:01 PM, shashi shekhar me_shash...@yahoo.co.inwrote: Hi Ross, thanks for the reply . actually i want to use TreeView as visulaization tool. TreeView X is an open source and multi

Re: [galaxy-dev] visulaization tool

2013-06-19 Thread Ross
Shashi, Beats me. Cloning the visualisation code would be a good start I'd guess. It will not be trivial. Others may have better ideas. On Wed, Jun 19, 2013 at 9:56 PM, shashi shekhar me_shash...@yahoo.co.inwrote: Hi Ross, Actually i have to add the visualization which will be interactive

Re: [galaxy-dev] dynamically load and run R scripts

2013-06-17 Thread Ross
Hi Jens, the toolfactory (install from the admin menu - it's in the main toolshed) allows admin users to paste and run arbitrary R scripts. Yes, there are serious security issues exposing unrestricted scripting! So the toolfactory only works for admin users and should never be installed on

Re: [galaxy-dev] Adding a Tool for PANAMA

2013-06-04 Thread Ross
? AFAIK they need to be from the same subjects - so probably need some thought to make it optimal for a biologist user On Tue, Jun 4, 2013 at 8:39 PM, Saket Choudhary sake...@gmail.com wrote: Thanks Ross and Peter. That worked. I think I will keep the Python wrapper though, gives me more

Re: [galaxy-dev] BWA installation

2013-06-03 Thread Ross
, please use the interface at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser

Re: [galaxy-dev] Adding a Tool for PANAMA

2013-06-03 Thread Ross
Hi Saket If you want to redirect the executable's stdout to a new Galaxy dataset you've defined as $output, something like: gt; '$output' is a workable idiom for a command line AFAIK - you need to escape the redirection '' character or you'll confuse the xml parser. It's often possible to hack a

Re: [galaxy-dev] [GSoC 2013] Introduction

2013-05-31 Thread Ross
Hi, Saket. Welcome aboard - help is always available here or irc if you're in the right timezone. https://chgr.mc.vanderbilt.edu/plato/https://chgr.mc.vanderbilt.edu/plato/steps/3 is a brand new eQTL option from Marylyn Ritchie's group I stumbled across at

Re: [galaxy-dev] installing galaxy

2013-05-29 Thread Ross
at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J

[galaxy-dev] Fwd: installing galaxy

2013-05-29 Thread Ross
-- Forwarded message -- From: מירב . mer...@gmail.com Date: Wed, May 29, 2013 at 8:40 PM Subject: Re: [galaxy-dev] installing galaxy To: Ross ross.laza...@gmail.com It worked!! Thank you very mach [?] Merav 2013/5/29 Ross ross.laza...@gmail.com Hi, Merav. A fully functional

Re: [galaxy-dev] Tool Shed test framework breaking where run_functional_tests.sh works

2013-05-10 Thread Ross
Buildbot can be triggered here http://buildbot.g2.bx.psu.edu/builders/central-py2.7-linux-x86_64-postgres manually I think. On Fri, May 10, 2013 at 10:56 PM, Greg Von Kuster g...@bx.psu.edu wrote: Is there a more optimal time to initiate this testing process to better accommodate those in

Re: [galaxy-dev] Command Line Tool for Creating New Users

2013-04-29 Thread Ross
Neil, AFAIK, python will not load a module unless the relevant script file is marked as executable by the current user? Try something like: chmod ugo+x scripts/db_shell.py and see if that fixes your problem? On Tue, Apr 30, 2013 at 11:50 AM, neil.burd...@csiro.au wrote: Hi, I'm trying to

Re: [galaxy-dev] Command Line Tool for Creating New Users

2013-04-29 Thread Ross
Funny, it works for me. One last thought: You do still have the distributed __init__.py readable by your userid in /scripts so the module loader knows it's a python package directory? On Tue, Apr 30, 2013 at 12:05 PM, neil.burd...@csiro.au wrote: Thanks for the info Ross ** ** But I

Re: [galaxy-dev] Include some XML in configfiles tag

2013-03-07 Thread Ross
Hi, David. does enclosing your XML in a CDATA section help? It should just get written out without being interpreted, and it works for me in the toolfactory - the contents still get written out but without the CDATA section. configfiles configfile name=loadTestxml ![CDATA[ *!DOCTYPE crystal

Re: [galaxy-dev] Built-in reference genome

2013-03-05 Thread Ross
Hi, Charles, builds.txt is what tells the Galaxy framework about available genomes. Various binary index files created from those genomes are separately managed for specific tools since some folks won't need some application specific sets of indexes for any given genome - so you need to edit a

Re: [galaxy-dev] all the data files in .loc files needed to download ?

2013-02-27 Thread Ross
Hi, shenwiyn I'd also add: Fourth, replace distributed default sqlite with postgresql to your list if it's for any serious use. Sqlite is ok for testing. On Wed, Feb 27, 2013 at 9:37 PM, shenwiyn shenw...@gmail.com wrote: ** **Hello Carl, Thank you very much for your help.I have some

Re: [galaxy-dev] How to test DRMAA configuration?

2013-02-25 Thread Ross
See if adding the default queue name to the job runner path - eg: default_cluster_job_runner = drmaa:///default works any better? Galaxy will default to the local runner if it can't find the nominated drmaa path AFAIK and I don't think 'default' is the default :) On Tue, Feb 26, 2013 at 4:51

Re: [galaxy-dev] History not updating for multiple instances of Galaxy

2013-02-21 Thread Ross
/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] FastQC Question

2013-02-20 Thread Ross
Hello, Min This tool has been stable for a while now and that variable cl is defined as a list in line 52 just above line 63, so this error seems very strange unless you made changes to the source code? It's hard to know where to start helping because there are lots of useful pieces of

[galaxy-dev] Fwd: Custom Cheetah filters?

2013-02-12 Thread Ross
Hi Russell, There may be a better way, but this works for me in the Toolfactory to create space and special character free names? param name=foo type=text value= label=Foo sanitizer invalid_char= valid initial=string.letters,string.digits/ /sanitizer /param On Wed, Feb 13, 2013 at 11:22 AM,

Re: [galaxy-dev] tool integration SOAPdenovo

2013-02-12 Thread Ross
I don't think there's one in a toolshed but someone's clearly done some work on it at http://galaxy.cbiit.cuhk.edu.hk/ Perhaps you may be able to convince them of the many benefits of contributing back to the community by sharing some of their tool code? On Wed, Feb 13, 2013 at 12:32 PM, Jorge

Re: [galaxy-dev] What image formats can be displayed in the Galaxy view panel?

2013-02-07 Thread Ross
Luobin - one additional minor observation: In reality, Galaxy does not do the displaying - it just sends stuff to the users' web browser for display. So even when Galaxy knows what mimetype to attach to a specific image file, the users' web browser response to that mimetype will always remain the

Re: [galaxy-dev] Multiple Instances ...

2013-02-07 Thread Ross
Neil, If by 'multiple' you mean 'independent' galaxy instances, they must each talk to independent backend databases, so if you're thinking of running eg 2 or more independent instances at CSIRO, each for specific tool sets and sending each of your users to one or other of them based on some

[galaxy-dev] Fwd: Multiple Instances ...

2013-02-07 Thread Ross
separated or very bad things will happen. On Fri, Feb 8, 2013 at 2:20 PM, neil.burd...@csiro.au wrote: Thanks Ross. ** ** I did mean separate Galaxy instances like test and main with their own independent backend databases. ** ** How could I run say a test and a main from

Re: [galaxy-dev] Best way to work with one directory and many files as 1 input

2013-01-30 Thread Ross
I'd suggest: 1) Make your new datatype a subclass of Html - it's a subclass of composite that contains an HTML document as the object's native display - so it can inform users what's there. 2) When constructing these new things, pass the file_path of the Html (composite) dataset subclass to your

Re: [galaxy-dev] filtering a param of type 'data' so only one type is available

2013-01-23 Thread Ross
the interface at: http://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J ___ Please keep all replies on the list by using reply

Re: [galaxy-dev] filtering a param of type 'data' so only one type is available

2013-01-23 Thread Ross
, 2013 at 10:58 AM, Dan Tenenbaum dtene...@fhcrc.org wrote: On Wed, Jan 23, 2013 at 3:51 PM, Ross ross.laza...@gmail.com wrote: Hi, Dan. Using format=rda will restrict the list to history items of the 'rda' datatype - but ONLY if the rda datatype has been defined! The easiest way to do

Re: [galaxy-dev] Tool error occurred when adding my tool to galaxy

2012-12-29 Thread Ross
I'm sure you checked carefully before posting, but your traceback ends with KeyError: 'thype' suggesting maybe a simple syntax/spelling problem to me. On Sat, Dec 29, 2012 at 7:36 PM, Tan Jun tanjun2...@gmail.com wrote: ** Hi, all I'm new here. These days I'm trying to add a tool in Galaxy,

Re: [galaxy-dev] Integrating generated graphics from cli tool?

2012-12-20 Thread Ross
Alex, xvfb http://www.xfree86.org/4.0.1/Xvfb.1.html works for our headless node R graphics and possibly other packages. I seem to remember writing a wiki entry but a search didn't find it... I see someone on the dev list found the toolfactory code which does a lot of sensible things automatically

Re: [galaxy-dev] Tool runners don't listen to settings in [galaxy:tool_runners]

2012-12-05 Thread Ross
Hi, Thon I'm guessing here: but now that bwa is kept in the toolshed, the tool name appears to be toolshed.g2.bx.psu.edu/repos/devteam/bwa_wrappers/bwa_wrapper/1.2.3 according to your job runner entry - so I wonder if that whole ugly string now needs to be in the tool_runners section to over-ride

Re: [galaxy-dev] Display of HTML type broken in new Galaxy ?

2012-11-15 Thread Ross
to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=enuser=UCUuEM4J

Re: [galaxy-dev] Multiple .CEL file import for microarray analysis

2012-07-23 Thread Ross
Galaxy lists, please use the interface at: http://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all replies on the list by using reply all in your mail client

Re: [galaxy-dev] Configuring FastQC to run

2012-07-13 Thread Ross
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://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444

Re: [galaxy-dev] FastQC Tool Errors

2012-06-22 Thread Ross
___ 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://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor

Re: [galaxy-dev] Re : Composite output with self-declarated datatypes

2012-06-15 Thread Ross
. So is there any specified thing to do to recover the component files of a composite file ? Best regards, Marine -- *De :* Ross ross.laza...@gmail.com *À :* Marine Rohmer marine.roh...@yahoo.fr *Envoyé le :* Mercredi 13 juin 2012 10h50 *Objet :* Re

Re: [galaxy-dev] Re : Composite output with self-declarated datatypes

2012-06-15 Thread Ross
how to fix it either... Any ideas ? Thank you for your attention, Marine -- *De :* Ross ross.laza...@gmail.com *À :* Marine Rohmer marine.roh...@yahoo.fr *Cc :* galaxy-dev@lists.bx.psu.edu galaxy-dev@lists.bx.psu.edu *Envoyé le :* Vendredi 15 juin 2012 12h40

Re: [galaxy-dev] Tool Shed Workflow

2012-06-09 Thread Ross
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://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI

Re: [galaxy-dev] I can't see or access pictures in FastQC

2012-06-07 Thread Ross
Thanks again for your help! Dan -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all replies on the list by using reply all in your mail

Re: [galaxy-dev] wrapping qvalue in Galaxy

2012-06-06 Thread Ross
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://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI

Re: [galaxy-dev] I can't see or access pictures in FastQC

2012-06-06 Thread Ross
://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] Re : Error executing tool: cannot find 'database'

2012-05-30 Thread Ross
://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all replies on the list by using reply all in your mail client. To manage your

Re: [galaxy-dev] About Galaxy Configuration

2012-05-23 Thread Ross
Hi, Ciara, AFAIK new tools always require a server restart at present, but an already loaded tool can have updates to the tool XML re-read using the 'Reload a tool's configuration' option from the administrative menu if your login is listed as an administrator in the config file. Restarting

Re: [galaxy-dev] Interested in speaking with other institutions deploying Galaxy locally?

2012-04-29 Thread Ross
that there are many more Galaxy installations in that part of the world (and you have Enis and Ross in Australia now).  Would this be a good opportunity to set up the first (to my knowledge) regional user group?  If anyone thinks this is a good idea, please respond (and create a new thread). Finally, Ann

Re: [galaxy-dev] Exception: Error Setting BAM Metadata: /bin/sh: samtools: not found

2012-04-18 Thread Ross
with more experience can help out. On Wed, Apr 18, 2012 at 10:50 AM, zhengqiu cai caizhq2...@yahoo.com.cn wrote: Hi Ross, Thank you for your reply. It still did not work. I think SGE knows the path of samtools. Here is a test case I added to Galaxy, and it creates the index for fasta file. I

Re: [galaxy-dev] Exception: Error Setting BAM Metadata: /bin/sh: samtools: not found

2012-04-18 Thread Ross
can. On Wed, Apr 18, 2012 at 11:39 AM, zhengqiu cai caizhq2...@yahoo.com.cn wrote: Hi Ross, I did not compile samtools using the --prefix. The samtools I used comes with Galaxy AMI image, and I copied it to the same path on my EC2. How to compile samtools using --prefix? I just typed 'make

Re: [galaxy-dev] Exception: Error Setting BAM Metadata: /bin/sh: samtools: not found

2012-04-17 Thread Ross
/app/lib path to the galaxy user's path so the nodes running jobs inherit those paths because of the -V switch. I hope this works! On Tue, Apr 17, 2012 at 5:10 PM, zhengqiu cai caizhq2...@yahoo.com.cn wrote: Hi Ross, Thank you for your reply. I tried it, and it was still not working. Only

Re: [galaxy-dev] Workflow import error

2012-04-17 Thread Ross
to this and other Galaxy lists, please use the interface at:  http://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all

Re: [galaxy-dev] incorrect tmp dir handling in picard AddOrReplaceReadGroups

2012-04-03 Thread Ross
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://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel

Re: [galaxy-dev] strange error having to do with stderr redirection?

2012-02-21 Thread Ross
use the interface at: http://lists.bx.psu.edu/ -- Ross Lazarus MBBS MPH; Associate Professor, Harvard Medical School; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444; ___ Please keep all replies on the list by using reply all

Re: [galaxy-dev] Extracting the metrics files from a composite file such as Picard

2012-02-20 Thread Ross
, including the outputs in workflows when their number is not known at execution may be tricky, but at least this is a generic approach and won't require any changes to any of the tools that generate Html outputs? On Tue, Feb 21, 2012 at 8:45 AM, Anthonius deBoer thondeb...@me.com wrote: Hi Ross

  1   2   >