diff analyze_diff_expr.xml @ 4:ce471a02397f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e2cbd5016ee728c7d1fe80a8355518077b382bc3
author iuc
date Thu, 27 Apr 2017 11:36:03 -0400
parents c5f3ad2e0051
children 74aa3fb94330
line wrap: on
line diff
--- a/analyze_diff_expr.xml	Fri Mar 31 11:35:08 2017 -0400
+++ b/analyze_diff_expr.xml	Thu Apr 27 11:36:03 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@.0">
+<tool id="trinity_analyze_diff_expr" name="Extract and cluster differentially expressed transcripts" version="@WRAPPER_VERSION@.1">
     <description>from a Trinity assembly</description>
     <macros>
         <import>macros.xml</import>
@@ -83,6 +83,7 @@
         </collection>
         <data format="RData" name="rdata" label="${tool.name} on ${on_string}: RData file" from_work_dir="results.matrix.RData"/>
         <collection name="GOseq_enrichment" type="list" label="${tool.name} on ${on_string}: GOseq enriched and depleted categories">
+            <filter>additional_params['GO_enrichment']['examine_GO_enrichment'] == 'yes'</filter>
             <discover_datasets pattern="(?P&lt;name&gt;.+\.subset\.GOseq\.(enriched|depleted))$" ext="tabular" />
         </collection>
     </outputs>