comparison README.rst @ 56:1beff3ddce58 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit f2f9adb0e2389a95599d651b4eecab6b10244c75"
author galaxyp
date Wed, 20 Jan 2021 13:29:07 +0000
parents bb0130ff73ce
children
comparison
equal deleted inserted replaced
55:bb0130ff73ce 56:1beff3ddce58
25 25
26 26
27 General Requirements 27 General Requirements
28 -------------------- 28 --------------------
29 29
30 To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell: 30 To avoid out of memory errors you may need to set the maximum heapspace for java processes if the default is too small for the data you are going to process (4gb for SearchGUI, 1GB for PeptideShaker).
31 For example, to set this in your shell:
31 32
32 export _JAVA_OPTIONS='-Xmx1500M' 33 export _JAVA_OPTIONS='-Xmx8192m'
33 34
34 On some systems you may also need to adjust the amount of memory available for class definitions in addition to the maximum heapspace. For example: 35 On some systems you may also need to adjust the amount of memory available for class definitions in addition to the maximum heapspace. For example:
35 36
36 export _JAVA_OPTIONS='-Xmx1500M -XX:MaxPermSize=256M' 37 export _JAVA_OPTIONS='-Xmx8192m -XX:MaxPermSize=1024m'
37 38
38 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system. 39 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.
39 40
40 MSAmanda on linux 41 MSAmanda on linux
41 ----------------- 42 -----------------
50 For more help on installing Mono please see http://www.mono-project.com/download. 51 For more help on installing Mono please see http://www.mono-project.com/download.
51 52
52 Note 53 Note
53 ---- 54 ----
54 55
55 - Requires Galaxy release v16.01 or later. 56 - Requires Galaxy release v20.01 or later.
56 57
57 See: 58 See:
58 59
59 * <http://compomics.github.io/projects/peptide-shaker.html/> 60 * <http://compomics.github.io/projects/peptide-shaker.html/>
60 * <http://compomics.github.io/projects/searchgui.html/> 61 * <http://compomics.github.io/projects/searchgui.html/>