annotate README.rst @ 3:b6d2f5be3f88 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:02:33 +0000
parents 219847997eb1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
1 DISCO memory usage
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
2 ==================
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
3
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
4
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
5 By default, this tool is configured to limit the memory consumption to 4G.
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
6 You might need to lower this limit if the machine(s) executing the jobs have less memory available.
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
7 If you have a lot of reads to assemble and a machine with enough memory, you can increase it.
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
8
1
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
9 In both cases, you can set the DISCO_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file::
0
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
10
1
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
11 <?xml version="1.0"?>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
12 <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
13 <job_conf>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
14 <plugins>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
15 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
16 </plugins>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
17 <handlers>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
18 <handler id="main"/>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
19 </handlers>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
20 <destinations>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
21 <destination id="local" runner="local">
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
22 <env id="DISCO_MAX_MEMORY">4</env>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
23 </destination>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
24 </destinations>
219847997eb1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit 43935edeb0abb95b08b191b379e160ec25cb33c0
iuc
parents: 0
diff changeset
25 </job_conf>