Skip to content

Commit

Permalink
Merge pull request #2685 from inkuzmin/master
Browse files Browse the repository at this point in the history
Fix formatting for gProfiler
  • Loading branch information
bgruening authored Nov 18, 2019
2 parents 82ad454 + 5d4c0a4 commit 4d45766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions tools/gprofiler/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ at Admin > Tool Management > Manage whitelist.
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
Expand Down
6 changes: 3 additions & 3 deletions tools/gprofiler/gprofiler_random.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ write.table(response, file='${output}', quote=FALSE, sep='\t', row.names = FALSE
<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.
-----
Expand Down
4 changes: 2 additions & 2 deletions tools/gprofiler/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -94,7 +94,7 @@ results should be pinned for reproducibility, we suggest to modify the base url

<xml name="citations">
<citations>
<citation type="doi">doi:10.1093/nar/gkz369</citation>
<citation type="doi">10.1093/nar/gkz369</citation>
<yield />
</citations>
</xml>
Expand Down

0 comments on commit 4d45766

Please sign in to comment.