Previous changeset 0:39a063071667 (2019-11-14) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gprofiler/ commit 4d4576623a85b58137f9e8c5a7747cb2f484c8b6" |
modified:
README gprofiler_random.xml macros.xml |
b |
diff -r 39a063071667 -r 7d18814397a7 README --- a/README Thu Nov 14 06:01:04 2019 -0500 +++ b/README Mon Nov 18 17:55:11 2019 -0500 |
b |
@@ -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 |
b |
diff -r 39a063071667 -r 7d18814397a7 gprofiler_random.xml --- 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. ----- |
b |
diff -r 39a063071667 -r 7d18814397a7 macros.xml --- a/macros.xml Thu Nov 14 06:01:04 2019 -0500 +++ b/macros.xml Mon Nov 18 17:55:11 2019 -0500 |
b |
@@ -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> |