Repository 'goenrichment'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/goenrichment

Changeset 1:5ace5c7d1a86 (2019-01-18)
Previous changeset 0:52964064db8a (2019-01-11) Next changeset 2:2c7c9646ccf0 (2019-07-24)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
modified:
goenrichment.xml
b
diff -r 52964064db8a -r 5ace5c7d1a86 goenrichment.xml
--- a/goenrichment.xml Fri Jan 11 06:18:35 2019 -0500
+++ b/goenrichment.xml Fri Jan 18 11:13:00 2019 -0500
b
@@ -51,22 +51,22 @@
         <param name="relations" type="boolean" checked="false" truevalue="--use_all_relations" falsevalue="" label="Use All Relations" help="Whether to infer annotations through 'part_of' and other non-hierarchical relationships, or only through 'is_a' relations"/>
     </inputs>
     <outputs>
-        <data name="mf_result" format="tabular" label="MF Result File"/>
-        <data name="bp_result" format="tabular" label="BP Result File"/>
-        <data name="cc_result" format="tabular" label="CC Result File"/>
-        <data name="mf_graph" format="png" label="MF Graph File">
+        <data name="mf_result" format="tabular" label="${tool.name} on ${study.name} MF Result File"/>
+        <data name="bp_result" format="tabular" label="${tool.name} on ${study.name} BP Result File"/>
+        <data name="cc_result" format="tabular" label="${tool.name} on ${study.name} CC Result File"/>
+        <data name="mf_graph" format="png" label="${tool.name} on ${study.name} MF Graph File">
             <change_format>
                 <when input="graph" value="svg" format="svg"/>
                 <when input="graph" value="tabular" format="tabular"/>
             </change_format>
         </data>
-        <data name="bp_graph" format="png" label="BP Graph File">
+        <data name="bp_graph" format="png" label="${tool.name} on ${study.name} BP Graph File">
             <change_format>
                 <when input="graph" value="svg" format="svg"/>
                 <when input="graph" value="tabular" format="tabular"/>
             </change_format>
         </data>
-        <data name="cc_graph" format="png" label="CC Graph File">
+        <data name="cc_graph" format="png" label="${tool.name} on ${study.name} CC Graph File">
             <change_format>
                 <when input="graph" value="svg" format="svg"/>
                 <when input="graph" value="tabular" format="tabular"/>