Mercurial > repos > proteore > proteore_topgo
changeset 7:8d35400e0325 draft
planemo upload commit 26575daf6b3f9ed4f203b50e10e58933b94a94c5-dirty
| author | proteore |
|---|---|
| date | Wed, 19 Sep 2018 08:51:27 -0400 |
| parents | 81d204aac06b |
| children | f325701409e6 |
| files | topGO.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/topGO.xml Wed Sep 19 08:41:49 2018 -0400 +++ b/topGO.xml Wed Sep 19 08:51:27 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="topGO" name="topGO" version="2018.09.18"> +<tool id="topGO" name="topGO" version="2018.09.18.2"> <description> Enrichment analysis for Gene Ontology </description> @@ -78,7 +78,7 @@ </when> <when value="file_all"> <param name="genelist" type="data" format="txt,tabular" label="Choose an input file" help="This file must imperatively have 1 column filled with IDs consistent with the database that will be used. Please use the MappingIDs component if this is not the case."/> - <param name="column" type="text" label="Please specify the column where your Ensembl IDs are (e.g : Enter "c1" for column n°1..)" value="c1"/> + <param name="column" type="text" label="Please specify the column where your Ensembl IDs are (e.g : Enter 'c1' for column n°1..)" value="c1"/> <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> <option value="TRUE" selected="true">Yes</option>
