Repository 'disco'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/disco

Changeset 1:6de3e77073ad (2018-05-02)
Previous changeset 0:6d447ebb2bf4 (2017-11-03) Next changeset 2:dfefaf2bab95 (2021-04-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
modified:
README.rst
b
diff -r 6d447ebb2bf4 -r 6de3e77073ad README.rst
--- a/README.rst Fri Nov 03 15:44:23 2017 -0400
+++ b/README.rst Wed May 02 05:47:09 2018 -0400
b
@@ -6,23 +6,20 @@
 You might need to lower this limit if the machine(s) executing the jobs have less memory available.
 If you have a lot of reads to assemble and a machine with enough memory, you can increase it.
 
-In both cases, you can set the DISCO_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file:
+In both cases, you can set the DISCO_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file::
 
-```
-<?xml version="1.0"?>
-<!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
-<job_conf>
-    <plugins>
-        <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
-    </plugins>
-    <handlers>
-        <handler id="main"/>
-    </handlers>
-    <destinations>
-        <destination id="local" runner="local">
-            <env id="DISCO_MAX_MEMORY">4</env>
-        </destination>
-    </destinations>
-</job_conf>
-```
-
+    <?xml version="1.0"?>
+    <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
+    <job_conf>
+        <plugins>
+            <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
+        </plugins>
+        <handlers>
+            <handler id="main"/>
+        </handlers>
+        <destinations>
+            <destination id="local" runner="local">
+                <env id="DISCO_MAX_MEMORY">4</env>
+            </destination>
+        </destinations>
+    </job_conf>