Mercurial > repos > artbio > trinity
annotate README.rst @ 0:b3fe7c4ca5aa draft default tip
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
author | artbio |
---|---|
date | Sat, 17 Mar 2018 17:43:58 -0400 |
parents | |
children |
rev | line source |
---|---|
0
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
1 Trinity memory usage |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
2 ==================== |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
3 |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
4 As described on the official Trinity website |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
5 `FAQ <http://trinityrnaseq.sourceforge.net/trinity_faq.html#ques_comp_resources_required>`_, |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
6 trinity requires a large amount of memory to perform the assembly: "roughly |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
7 ~1G of RAM per 1M reads to be assembled" |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
8 |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
9 By default, this tool is configured to limit the memory consumption to 1G. |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
10 You might need to lower this limit if the machine(s) executing the jobs have less memory available. |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
11 If you have a lot of reads to assemble and a machine with enough memory, you can increase it. |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
12 In both cases, you can set the GALAXY_MEMORY_MB environmental variable in the destination section of the job_conf.xml file:: |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
13 |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
14 <?xml version="1.0"?> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
15 <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). --> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
16 <job_conf> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
17 <plugins> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
18 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
19 </plugins> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
20 <handlers> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
21 <handler id="main"/> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
22 </handlers> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
23 <destinations> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
24 <destination id="local" runner="local"> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
25 <env id="GALAXY_MEMORY_MB">1G</env> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
26 </destination> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
27 </destinations> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
28 </job_conf> |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
29 |
b3fe7c4ca5aa
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/trinity commit bfb22f460d6f3825ff1bd3eed924a5760c99c96d
artbio
parents:
diff
changeset
|
30 |