changeset 11:5c6344f67ad0 draft

Uploaded
author bgruening
date Sun, 08 Sep 2013 06:48:18 -0400
parents 0bffd4183326
children c17ed5a530d2
files cmbuild.xml cmsearch.xml cmstat.xml
diffstat 3 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/cmbuild.xml	Sun Sep 08 05:08:20 2013 -0400
+++ b/cmbuild.xml	Sun Sep 08 06:48:18 2013 -0400
@@ -28,14 +28,14 @@
             #end if
 
             $effective_opts.effective_opts_selector
-            #if $effective_opts.effective_opts_selector == '--eent':
+            #if str($effective_opts.effective_opts_selector) == '--eent':
                 --ere $effective_opts.ere
                 --eminseq $effective_opts.eminseq
                 --ehmmre $effective_opts.ehmmre
                 --eset $effective_opts.eset
             #end if
 
-            #if $refining_opts.refining_opts_selector == '--refine':
+            #if str($refining_opts.refining_opts_selector) == '--refine':
                 #if $refining_opts.refine_output:
                     --refine $refined_multiple_alignment_output
                 #else:
@@ -45,7 +45,7 @@
                 $l
                 $refining_opts.gibbs_opts.gibbs_opts_selector
 
-                #if $refining_opts.gibbs_opts.gibbs_opts_selector == '--gibbs':
+                #if str($refining_opts.gibbs_opts.gibbs_opts_selector) == '--gibbs':
                     $refining_opts.gibbs_opts.random_seed
                 #end if
 
--- a/cmsearch.xml	Sun Sep 08 05:08:20 2013 -0400
+++ b/cmsearch.xml	Sun Sep 08 06:48:18 2013 -0400
@@ -30,21 +30,21 @@
                 $A $multiple_alignment_output
             #end if
 
-            #if $inclusion_thresholds_opts.inclusion_thresholds_selector == "--incE":
+            #if str($inclusion_thresholds_opts.inclusion_thresholds_selector) == "--incE":
                 --incE $inclusion_thresholds_opts.incE
-            #elif $inclusion_thresholds_opts.inclusion_thresholds_selector == "--incT":
+            #elif str($inclusion_thresholds_opts.inclusion_thresholds_selector) == "--incT":
                 --incT $inclusion_thresholds_opts.incT
             #end if
 
-            #if $reporting_thresholds_opts.reporting_thresholds_selector == "-E":
+            #if str($reporting_thresholds_opts.reporting_thresholds_selector) == "-E":
                 -E $reporting_thresholds_opts.E
-            #elif $reporting_thresholds_opts.reporting_thresholds_selector == "-T":
+            #elif str($reporting_thresholds_opts.reporting_thresholds_selector) == "-T":
                 -T $reporting_thresholds_opts.T
             #end if
 
             ## CM file from the history or stored as database on disc
 
-            #if $cm_opts.cm_opts_selector == "db":
+            #if str($cm_opts.cm_opts_selector) == "db":
                 $cm_opts.database.fields.path
             #else:
                 $cm_opts.cmfile
--- a/cmstat.xml	Sun Sep 08 05:08:20 2013 -0400
+++ b/cmstat.xml	Sun Sep 08 06:48:18 2013 -0400
@@ -12,7 +12,7 @@
 
         cmstat
 
-            #if $cm_opts.cm_opts_selector == "db":
+            #if str($cm_opts.cm_opts_selector) == "db":
                 $cm_opts.database.fields.path
             #else:
                 $cm_opts.cmfile
@@ -47,7 +47,7 @@
             </conditional>
         </inputs>
     <outputs>
-        <data format="tabular" name="outfile" label="cmsearch on ${on_string}"/>
+        <data format="tabular" name="outfile" label="cmstat on ${on_string}"/>
     </outputs>
     <help>