Previous changeset 1:cb4f92e6fd4e (2015-08-26) Next changeset 3:5b72eec95c62 (2015-08-26) |
Commit message:
planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544 |
modified:
hifive_macros.xml |
b |
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 |
b |
@@ -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": |