Mercurial > repos > iuc > gprofiler_random
changeset 1:7d18814397a7 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gprofiler/ commit 4d4576623a85b58137f9e8c5a7747cb2f484c8b6"
author | iuc |
---|---|
date | Mon, 18 Nov 2019 17:55:11 -0500 |
parents | 39a063071667 |
children | |
files | README gprofiler_random.xml macros.xml |
diffstat | 3 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Nov 14 06:01:04 2019 -0500 +++ b/README Mon Nov 18 17:55:11 2019 -0500 @@ -17,6 +17,7 @@ History ======= +* v0.1.6+galaxy11 - fix formatting * v0.1.6+galaxy10 - add custom background support, fix dependencies, add messages to stdout * v0.1.6+galaxy9 - add notification, fix tests * v0.1.6+galaxy8 - improve formatting
--- a/gprofiler_random.xml Thu Nov 14 06:01:04 2019 -0500 +++ b/gprofiler_random.xml Mon Nov 18 17:55:11 2019 -0500 @@ -45,9 +45,9 @@ <help><![CDATA[ **What it does** - This tool performs a request to g:Profiler API to fetch a set of pseudorandom gene IDs. Gene IDs selected in a - way that g:GOSt output with high probability will contain a small number of results with low enough p-values to - be considered as significant. + This tool performs a request to g:Profiler API to fetch a set of pseudorandom gene IDs. + Gene IDs are selected in a way that g:GOSt output with high probability will contain a small number of results with + low enough p-values to be considered as significant. -----
--- a/macros.xml Thu Nov 14 06:01:04 2019 -0500 +++ b/macros.xml Mon Nov 18 17:55:11 2019 -0500 @@ -9,7 +9,7 @@ </xml> <token name="@TOOL_VERSION@">0.1.7</token> - <token name="@VERSION@">@TOOL_VERSION@+galaxy10</token> + <token name="@VERSION@">@TOOL_VERSION@+galaxy11</token> <xml name="version_command"> <version_command> @@ -94,7 +94,7 @@ <xml name="citations"> <citations> - <citation type="doi">doi:10.1093/nar/gkz369</citation> + <citation type="doi">10.1093/nar/gkz369</citation> <yield /> </citations> </xml>