[galaxy-dev] Dynamically decide where a Galaxy tool runs

2013-07-12 Thread Saliya Ekanayake
Hi,

I see in documentation that Galaxy tools may be configured to run on a
cluster 
(http://wiki.galaxyproject.org/Admin/Config/Performance/Clusterhttp://wiki.galaxyproject.org/Admin/Config/Performance/Cluster#DRMAA).
This is something our research group is interested in, but it's not
possible to specify which cluster the particular tool should run on ahead
of time.

Therefore, is it possible to specify the cluster to run when the tool is
actually being used when composing the workflow from Galaxy?

Thank you,
Saliya

-- 
Saliya Ekanayake esal...@gmail.com
Cell 812-391-4914 Home 812-961-6383
http://saliya.org
___
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/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Re: [galaxy-dev] Dynamically decide where a Galaxy tool runs

2013-07-12 Thread James Taylor
On Fri, Jul 12, 2013 at 2:42 PM, Saliya Ekanayake esal...@gmail.com wrote:
 Hi,

 I see in documentation that Galaxy tools may be configured to run on a
 cluster (http://wiki.galaxyproject.org/Admin/Config/Performance/Cluster).
 This is something our research group is interested in, but it's not possible
 to specify which cluster the particular tool should run on ahead of time.

This is definitely possible, see Mapping tools to destinations on
this page: http://wiki.galaxyproject.org/Admin/Config/Jobs
___
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/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/


Re: [galaxy-dev] Dynamically decide where a Galaxy tool runs

2013-07-12 Thread Saliya Ekanayake
Thank you. I have two follow up questions.

1.) Is there a documentation on writing a deployer, so we can extend Galxy
to deploy to a different system, say Amazon EC2 or Azure?
2.) Is it possible to show information about these destinations in the
front end UI of Galaxy?

Thank you,
Saliya


On Fri, Jul 12, 2013 at 3:02 PM, James Taylor ja...@jamestaylor.org wrote:

 On Fri, Jul 12, 2013 at 2:42 PM, Saliya Ekanayake esal...@gmail.com
 wrote:
  Hi,
 
  I see in documentation that Galaxy tools may be configured to run on a
  cluster (http://wiki.galaxyproject.org/Admin/Config/Performance/Cluster
 ).
  This is something our research group is interested in, but it's not
 possible
  to specify which cluster the particular tool should run on ahead of time.

 This is definitely possible, see Mapping tools to destinations on
 this page: http://wiki.galaxyproject.org/Admin/Config/Jobs




-- 
Saliya Ekanayake esal...@gmail.com
Cell 812-391-4914 Home 812-961-6383
http://saliya.org
___
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/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Re: [galaxy-dev] Dynamically decide where a Galaxy tool runs

2013-07-12 Thread Adam Brenner
 This is something our research group is interested in, but it's not possible
 to specify which cluster the particular tool should run on ahead of time.

Incorrect (at least to my knowledge). Using the new way jobs are
handled within Galaxy via the XML[1] files you can send specific jobs
to specific destinations which could be different clusters.

For our cluster, we handle the file uploading tool to a different
job runner then the cluster (SGE). This was accomplished by

tools
tool id=upload1 destination=local/
/tools

where id is the galaxy tool id and destination is where the tool
should be ran, cluster, local, etc.


[1] http://wiki.galaxyproject.org/Admin/Config/Jobs

--
Adam Brenner
Computer Science, Undergraduate Student
Donald Bren School of Information and Computer Sciences

Research Computing Support
Office of Information Technology
http://www.oit.uci.edu/rcs/

University of California, Irvine
www.ics.uci.edu/~aebrenne/
aebre...@uci.edu


On Fri, Jul 12, 2013 at 11:42 AM, Saliya Ekanayake esal...@gmail.com wrote:
 Hi,

 I see in documentation that Galaxy tools may be configured to run on a
 cluster (http://wiki.galaxyproject.org/Admin/Config/Performance/Cluster).
 This is something our research group is interested in, but it's not possible
 to specify which cluster the particular tool should run on ahead of time.

 Therefore, is it possible to specify the cluster to run when the tool is
 actually being used when composing the workflow from Galaxy?

 Thank you,
 Saliya

 --
 Saliya Ekanayake esal...@gmail.com
 Cell 812-391-4914 Home 812-961-6383
 http://saliya.org

 ___
 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/

 To search Galaxy mailing lists use the unified search at:
   http://galaxyproject.org/search/mailinglists/
___
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/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/