comparison README.rst @ 0:f66af2b04a98 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
author galaxyp
date Wed, 20 Jun 2018 14:21:10 -0400
parents
children 5d0c44bc354d
comparison
equal deleted inserted replaced
-1:000000000000 0:f66af2b04a98
1 PathwayMatcher
2 =======================
3
4 - Home: <https://github.com/LuisFranciscoHS/PathwayMatcher/>
5 - Galaxy Tool Shed: <http://toolshed.g2.bx.psu.edu/view/galaxyp/pathwaymatcher>
6 - Tools ID: `pathwaymatcher`
7
8
9 Description
10 -----------
11
12 PathwayMatcher is a software tool written in Java to search for pathways related to a list of proteins in Reactome.
13
14
15 General Requirements
16 --------------------
17
18 This tool requires a Java runtime 1.6 or greater to work. 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:
19
20 export _JAVA_OPTIONS='-Xmx1500M'
21
22 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:
23
24 export _JAVA_OPTIONS='-Xmx1500M -XX:MaxPermSize=256M'
25
26 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.
27
28
29 License
30 -------
31
32 PathwayMatcher is a free open-source project, following an Apache License 2.0.
33
34
35 Authors
36 -------
37
38 Authors and contributors:
39
40 * Luis Francisco Hernández Sánchez <luis.sanchez@uib.no>
41 * Carlos Horro Marcos <carlos.horro@uib.no>