Re: [galaxy-dev] let galaxy use more hardware resouses

2012-12-10 Thread Ido Tamir
If you did what the links posted previously suggested (inc. parallelization of tools, mutliple server processes), there is nothing more you can do. Most of the tools galaxy just calls, so its the tool that you have to change. Often genomic tools are also IO bound, so a faster storage system

[galaxy-dev] Toolshed confusion

2012-12-10 Thread greg
Hi guys, I have my fresh galaxy install on our cluster and now I'm trying to figure out which tools are missing and how to install them. I just came across the toolshed so now I'm really confused. Question 1: Can I install EVERY tool I need from the tool shed or are there some things I need to

Re: [galaxy-dev] Toolshed confusion

2012-12-10 Thread Greg Von Kuster
Hi Greg, In case you haven't found it, the tool shed wiki provides a lot of information. It's available at http://wiki.galaxyproject.org/Tool%20Shed On Dec 10, 2012, at 10:59 AM, greg wrote: Hi guys, I have my fresh galaxy install on our cluster and now I'm trying to figure out which

[galaxy-dev] How to modify save icon

2012-12-10 Thread Sarah Maman
Hello, The tool SAM to BAM generates a dataset from which it is possible to download two files (instead of one) from the icon save. As my script generates an output result and another txt output containing information about linux command, I will wish not to generate two datasets in history

Re: [galaxy-dev] postgres connection

2012-12-10 Thread Coldren, Christopher D
That worked perfectly! Thanks Nate! Chris Galaxy dev: I'm installing a local galaxy instance (Dec 4, 2012 vintage) and it is running well under mySQL, but I'm having trouble getting it to work with a postgres database. I've done the following to create the db and provide

[galaxy-dev] Fix for SelectToolParameter rerun, workflow when multiple=true

2012-12-10 Thread Jim Johnson
Fix for SelectToolParameter rerun,workflow when multiple=true The following change allows multiple select values to be set on rerun and in workflows. I checked that DrillDownSelectToolParameter and ColumnListParameter stiil worked. $ hg diff lib/galaxy/tools/parameters/basic.py diff -r

Re: [galaxy-dev] Toolshed confusion

2012-12-10 Thread greg
Thanks, but I think now I'm even more confused :-( It seems like a whole lot of the tools that are listed on the left panel after installing galaxy aren't actually installed. For example FastQC. Then I do see FastQC in the tool shed, but it seems like when I go to install it, it will create its

[galaxy-dev] Updating help text for a tool shed repository

2012-12-10 Thread Lance Parsons
I recently updated the htseq-count tool in the Galaxy toolshed to version 0.3. This version has some functional changes and thus the tool version was incremented. I installed this new version of the tool in my local Galaxy instance. However, I realized later that I missed updating one part

Re: [galaxy-dev] Toolshed confusion

2012-12-10 Thread Greg Von Kuster
On Dec 10, 2012, at 1:14 PM, greg wrote: Thanks, but I think now I'm even more confused :-( Hmm...sorry. I highly advise you to read the tool shed wiki as it will clear up a lot of your confusion. It seems like a whole lot of the tools that are listed on the left panel after installing

Re: [galaxy-dev] Trying to Run MegaBlast

2012-12-10 Thread Jeremy Goecks
Please see the Megablast section on this page for instructions about getting and adding target databases to Galaxy: http://wiki.galaxyproject.org/Admin/NGS%20Local%20Setup Best, J. On Dec 10, 2012, at 2:59 PM, greg wrote: I have a fresh install on our cluster. I'm trying

Re: [galaxy-dev] add new slurm-drmaa runner to galaxy-central

2012-12-10 Thread Carlos Borroto
On Sat, Jul 21, 2012 at 6:12 AM, Di Pe dip...@gmail.com wrote: may be some other people would find this a useful enhancement: https://bitbucket.org/galaxy/galaxy-central/issue/778/add-new-slurm-drmaa-runner-to-galaxy Hi Di, I've been testing several grid scheduling software trying to find

Re: [galaxy-dev] Trying to Run MegaBlast

2012-12-10 Thread greg
So I just want to install one target database so that I can simply test whether blast is installed and working correctly. Are there any included with Galaxy, or do I need to download a database? Could you guys point me to a good file to test with? Following the directions you sent I got to the

[galaxy-dev] Exporting Trackster visualizations.

2012-12-10 Thread Mohammad Heydarian
Hi, Is there a way to export visualizations from Trackster and Sweepster in .pdf or .jpg format? I have been using these fantastic tools to fine tune my parameters and would like to show how I did so in figure format (partially to locally get the word out about these powerful tools). Screenshots

[galaxy-dev] About the output

2012-12-10 Thread Chenhao
I made a galaxy tool which is just create a txt file. When I use this tool , I wish to let it show the detail of the txt. In the xml file I use : output data name=test format=txtoutput/ But it does not work, when I click the eye button in galaxy, a download dialog appear, but it is just a

Re: [galaxy-dev] Trying to Run MegaBlast

2012-12-10 Thread Jeremy Goecks
Are there any included with Galaxy, or do I need to download a database? You need to download them. Could you guys point me to a good file to test with? Following the directions you sent I got to the point of downloading a file. I tried download

Re: [galaxy-dev] Exporting Trackster visualizations.

2012-12-10 Thread Jeremy Goecks
Unfortunately, no solutions right now; currently, screenshots are best that can be done. One trick we often use for publications/posters is zooming, taking multiple screenshots, and then composing them together; ugly, but pretty effective for showing details. We have some ideas about how to

Re: [galaxy-dev] Installation issue on EC2

2012-12-10 Thread Dannon Baker
On Dec 10, 2012, at 6:17 PM, Fabiano Lucchese fabiano.lucch...@hds.com wrote: I appreciate your effort to help me, but it looks like my AWS account has some serious hidden issues going on. I completely wiped out CloudMan/Galaxy instances from my EC2 environment as well as their volumes,

[galaxy-dev] Upload files from filesystem paths...

2012-12-10 Thread Neil.Burdett
Hi, I have a local galaxy installation. I've created a data library, selected Upload files from filesystem paths, pasted a path in the path to upload window, and I've selected to preserve the directory structure. And the files get imported. How do I now access these files from my

Re: [galaxy-dev] Installation issue on EC2

2012-12-10 Thread Fabiano Lucchese
Guys, I appreciate your effort to help me, but it looks like my AWS account has some serious hidden issues going on. I completely wiped out CloudMan/Galaxy instances from my EC2 environment as well as their volumes, and waited a couple of hours for the instances to disappear

Re: [galaxy-dev] Installation issue on EC2

2012-12-10 Thread Scooter Willis
Did you delete the S3/shapshots buckets? That is where everything is stored and I think EBS volumes related to everything dynamic are created. On 12/10/12 6:17 PM, Fabiano Lucchese fabiano.lucch...@hds.com wrote: Guys, I appreciate your effort to help me, but it looks like my AWS

[galaxy-dev] About the output

2012-12-10 Thread Chenhao
I made a galaxy tool which is just create a txt file. When I use this tool , I wish to let it show the detail of the txt. In the xml file I use : output data name=test format=txtoutput/ But it does not work, when I click the eye button in galaxy, a download dialog appear, but it is just a

[galaxy-dev] Galaxy doesn't detect the file when we add dataset to a library under Manage data libraries

2012-12-10 Thread Sachit Adhikari
Hello Everyone, We have found that, in Galaxy, when we add dataset to a library under Manage data libraries, Galaxy sometimes detects the type of the file and sometimes does not. What I have noticed is that it detects the type of the file when we select Copy file into Galaxy under Copy data into

Re: [galaxy-dev] Re-installing error persists

2012-12-10 Thread Franco Caramia
Hi Greg, list When installing a tool dependency, and the Installation Status shows : Error In what log would the actual error be specified?? Thanks, Franco On 5/12/12 9:10 PM, Greg Von Kuster g...@bx.psu.edu wrote: If you have not yet updated your Galaxy instance to the revision from the

Re: [galaxy-dev] Re-installing error persists

2012-12-10 Thread Franco Caramia
Never mind, the INSTALLATION .log is in the repository browser... Sorry, Franco On 11/12/12 4:17 PM, Franco Caramia franco.cara...@petermac.org wrote: Hi Greg, list When installing a tool dependency, and the Installation Status shows : Error In what log would the actual error be