annotate README.rst @ 6:b43dec819c48 draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 421ada25856b841ce17949e80eb3a47fa276a967"
author galaxyp
date Mon, 06 Apr 2020 23:18:10 +0000
parents 03487adf8fc2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
1 PathwayMatcher
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
2 =======================
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
3
2
03487adf8fc2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
4 - Home: <https://github.com/PathwayAnalysisPlatform/PathwayMatcher>
03487adf8fc2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
5 - Galaxy Tool Shed: <http://toolshed.g2.bx.psu.edu/view/galaxyp/reactome_pathwaymatcher>
03487adf8fc2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
6 - Tools ID: `reactome_pathwaymatcher`
0
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
7
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
8
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
9 Description
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
10 -----------
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
11
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
12 PathwayMatcher is a software tool written in Java to search for pathways related to a list of proteins in Reactome.
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
13
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
14
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
15 General Requirements
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
16 --------------------
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
17
1
ee1dfac35bb3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 7e04827e48352f6b28cf2e2c93a89a270e5bf026
galaxyp
parents: 0
diff changeset
18 This tool requires a Java runtime 1.8 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:
0
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
19
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
20 export _JAVA_OPTIONS='-Xmx1500M'
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
21
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
22 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
23
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
24
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
25 License
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
26 -------
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
27
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
28 PathwayMatcher is a free open-source project, following an Apache License 2.0.
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
29
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
30
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
31 Authors
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
32 -------
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
33
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
34 Authors and contributors:
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
35
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
36 * Luis Francisco Hernández Sánchez <luis.sanchez@uib.no>
1e38071ab9d5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
37 * Carlos Horro Marcos <carlos.horro@uib.no>