changeset 2:bc91bdb2e644 draft

planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544
author sauria
date Wed, 26 Aug 2015 17:20:07 -0400
parents cb4f92e6fd4e
children 5b72eec95c62
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:53:42 2015 -0400
+++ b/hifive_macros.xml	Wed Aug 26 17:20:07 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":