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