changeset 11:b901b1d2a97c draft

planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544
author sauria
date Wed, 26 Aug 2015 17:19:54 -0400
parents c11b964e96b3
children f2eaf14c0fce
files hifive_macros.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hifive_macros.xml	Wed Aug 26 16:46:18 2015 -0400
+++ b/hifive_macros.xml	Wed Aug 26 17:19:54 2015 -0400
@@ -120,7 +120,7 @@
     #if str( $command.analysis.subalgorithm.kr ) == "yes":
         -z
     #else
-        -e $command.analysis.expiter
+        -e $command.analysis.subalgorithm.expiter
     #end if
 #end if
 #if str( $command.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability":
@@ -393,8 +393,8 @@
     #if str( $command.analysis.subalgorithm.kr ) == "yes":
         -z
     #else:
-        -e $command.analysis.expiter
-        $command.analysis.logged
+        -e $command.analysis.subalgorithm.expiter
+        $command.analysis.subalgorithm.logged
     #end if
 #end if
 #if str( $command.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability" or str( $command.analysis.algorithm ) == "express-binning" or str( $command.analysis.algorithm ) == "probability-binning":