# HG changeset patch # User sauria # Date 1440624007 14400 # Node ID bc91bdb2e64431b288214a946409f79d2e57599c # Parent cb4f92e6fd4e78c764d09a14723cc5ffc82d6ffc planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544 diff -r cb4f92e6fd4e -r bc91bdb2e644 hifive_macros.xml --- 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":