Skip to content
Snippets Groups Projects
Commit 6623abe2 authored by Rémi Marenco's avatar Rémi Marenco
Browse files

Updated the job_conf_sample_remote_cluster.xml for the right default `destinations` id

In the `job_conf_sample_remote_cluster.xml`, the default destinations attribute was set on `drmaa` instead of `local_cluster`.

This was producing the following Exception:

```
Exception: Problem parsing the XML in file /Users/marenc01/Dev/galaxy/config/job_conf.xml, please correct the indicated portion of the file and restart Galaxy.<destinations> default attribute 'pulsar' does not match a defined id or tag in a child element
```

When launching Galaxy.
parent 473edc06
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<handlers>
<handler id="main"/>
</handlers>
<destinations default="drmaa">
<destinations default="local_cluster">
<destination id="local_cluster" runner="drmaa">
<param id="native_specification">-P littlenodes -R y -pe threads 4</param>
</destination>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment