changeset 7:f51625f25d56 draft

Adding profile info and exit code behavior. Making version numbers consistent. Upping test number.
author trinity_ctat
date Fri, 06 Oct 2017 11:00:02 -0400
parents 9b2226f8c2fe
children 59999c716930
files analyze_diff_exp.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/analyze_diff_exp.xml	Mon Oct 02 14:59:59 2017 -0400
+++ b/analyze_diff_exp.xml	Fri Oct 06 11:00:02 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="Analyze_Diff_Exp" name="Analyze_Differential_Expression" version="0.0.1">
+<tool id="Analyze_Diff_Exp" name="Analyze_Differential_Expression" version="1.0.0" profile="17.05">
 
     <description>Analyze differential expression</description>
     <requirements>
@@ -6,7 +6,7 @@
         <requirement type="package" version="1.3.0">rsem</requirement>
         <requirement type="package">trinity</requirement>
     </requirements>
-    <command>
+    <command detect_errors="exit_code">
         <![CDATA[
         python $__tool_directory__/analyze_diff_exp_wrapper.py $EdgeRTarGz $TMM_Matrix_FPKM $Pvalue $Cvalue 
         ]]>