# HG changeset patch # User galaxyp # Date 1530692887 14400 # Node ID 5d0c44bc354dd877330a5983123e4e824323ac82 # Parent f66af2b04a983003ed69ba4494414b6eb044cff6 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 7e04827e48352f6b28cf2e2c93a89a270e5bf026 diff -r f66af2b04a98 -r 5d0c44bc354d README.rst --- a/README.rst Wed Jun 20 14:21:10 2018 -0400 +++ b/README.rst Wed Jul 04 04:28:07 2018 -0400 @@ -15,14 +15,10 @@ General Requirements -------------------- -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: +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: export _JAVA_OPTIONS='-Xmx1500M' -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: - - export _JAVA_OPTIONS='-Xmx1500M -XX:MaxPermSize=256M' - It is also possible to set this on a per tool basis using advanced features of the galaxy job config system. diff -r f66af2b04a98 -r 5d0c44bc354d pathwaymatcher.xml --- a/pathwaymatcher.xml Wed Jun 20 14:21:10 2018 -0400 +++ b/pathwaymatcher.xml Wed Jul 04 04:28:07 2018 -0400 @@ -3,7 +3,7 @@ PathwayMatcher is a software tool to search for pathways related to a list of proteins in Reactome. - 1.8 + 1.8.1 0