commit/galaxy-central: jmchilton: Small fixes to advanced job_conf.xml sample.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/04015a2bc737/ Changeset: 04015a2bc737 User: jmchilton Date: 2014-10-10 21:07:09+00:00 Summary: Small fixes to advanced job_conf.xml sample. Thanks to Eric for the catch. Affected #: 1 file diff -r 2811a26c5446706b27699fabb48a6ba3e60667d2 -r 04015a2bc7375f1179950a3f698353d033fc3a5d config/job_conf.xml.sample_advanced --- a/config/job_conf.xml.sample_advanced +++ b/config/job_conf.xml.sample_advanced @@ -193,7 +193,7 @@ --><!-- <param id="docker_net">bridge</param> --><!-- By default, a container will live on past its run. By - adding the '--rm' flag to the command line, the container + adding the '\-\-rm' flag to the command line, the container will be removed automatically after the program is complete. --><!-- <param id="docker_auto_rm">false</param> --> @@ -344,7 +344,7 @@ --><!-- <param id="rewrite_parameters">false</params> --></destination> - <destination id="pulsar_mq_dest" runner="amqp_pulsar" > + <destination id="pulsar_mq_dest" runner="pulsar_mq" ><!-- The RESTful Pulsar client sends a request to Pulsar to populate various system properties. This extra step can be disabled and these calculated here 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.
participants (1)
-
commits-noreply@bitbucket.org