1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a74fd6395843/ Changeset: a74fd6395843 User: Jeremy Goecks Date: 2014-05-09 22:20:33 Summary: Add example configuration for CLI Slurm runner. Affected #: 1 file diff -r ae7da2ebe7737d6e6ba142d1ac24a24b467285ad -r a74fd6395843cb384928ad367fd6f5f6d5eff65c job_conf.xml.sample_advanced --- a/job_conf.xml.sample_advanced +++ b/job_conf.xml.sample_advanced @@ -164,6 +164,18 @@ <param id="shell_hostname">foo.example.org</param><param id="job_Resource_List">walltime=24:00:00,ncpus=4</param></destination> + + <!-- Example CLI Slurm runner. --> + <destination id="ssh_slurm" runner="cli"> + <param id="shell_plugin">SecureShell</param> + <param id="job_plugin">Slurm</param> + <param id="shell_username">foo</param> + <param id="shell_hostname">my_host</param> + <param id="job_time">2:00:00</param> + <param id="job_ncpus">4</param> + <param id="job_partition">my_partition</param> + </destination> + <destination id="condor" runner="condor"><!-- With no params, jobs are submitted to the 'vanilla' universe with: notification = NEVER Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.