Mercurial > repos > iuc > disco
annotate README.rst @ 0:6d447ebb2bf4 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:23 -0400 |
| parents | |
| children | 6de3e77073ad |
| rev | line source |
|---|---|
|
0
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
1 DISCO memory usage |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
2 ================== |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
3 |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
4 |
|
6d447ebb2bf4
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. |
|
6d447ebb2bf4
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. |
|
6d447ebb2bf4
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. |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
8 |
|
6d447ebb2bf4
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: |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
10 |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
11 ``` |
|
6d447ebb2bf4
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"?> |
|
6d447ebb2bf4
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). --> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
14 <job_conf> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
15 <plugins> |
|
6d447ebb2bf4
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"/> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
17 </plugins> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
18 <handlers> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
19 <handler id="main"/> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
20 </handlers> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
21 <destinations> |
|
6d447ebb2bf4
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"> |
|
6d447ebb2bf4
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> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
24 </destination> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
25 </destinations> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
26 </job_conf> |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
27 ``` |
|
6d447ebb2bf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff
changeset
|
28 |
