annotate README.rst @ 0:3c16cb5b2b5b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
author iuc
date Fri, 03 Nov 2017 15:44:00 -0400
parents
children 219847997eb1
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
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
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:
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
10
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
11 ```
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
12 <?xml version="1.0"?>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
13 <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
14 <job_conf>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
15 <plugins>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
16 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
17 </plugins>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
18 <handlers>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
19 <handler id="main"/>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
20 </handlers>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
21 <destinations>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
22 <destination id="local" runner="local">
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
23 <env id="DISCO_MAX_MEMORY">4</env>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
24 </destination>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
25 </destinations>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
26 </job_conf>
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
27 ```
3c16cb5b2b5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
28