Mercurial > repos > sauria > hifive
comparison hifive_macros.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:cb4f92e6fd4e | 2:bc91bdb2e644 |
---|---|
118 $command.analysis.binary | 118 $command.analysis.binary |
119 -g $command.analysis.change | 119 -g $command.analysis.change |
120 #if str( $command.analysis.subalgorithm.kr ) == "yes": | 120 #if str( $command.analysis.subalgorithm.kr ) == "yes": |
121 -z | 121 -z |
122 #else | 122 #else |
123 -e $command.analysis.expiter | 123 -e $command.analysis.subalgorithm.expiter |
124 #end if | 124 #end if |
125 #end if | 125 #end if |
126 #if str( $command.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability": | 126 #if str( $command.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability": |
127 -r $command.analysis.biniter | 127 -r $command.analysis.biniter |
128 -t $command.analysis.threshold | 128 -t $command.analysis.threshold |
391 $command.analysis.removedist | 391 $command.analysis.removedist |
392 -w $command.analysis.expreads | 392 -w $command.analysis.expreads |
393 #if str( $command.analysis.subalgorithm.kr ) == "yes": | 393 #if str( $command.analysis.subalgorithm.kr ) == "yes": |
394 -z | 394 -z |
395 #else: | 395 #else: |
396 -e $command.analysis.expiter | 396 -e $command.analysis.subalgorithm.expiter |
397 $command.analysis.logged | 397 $command.analysis.subalgorithm.logged |
398 #end if | 398 #end if |
399 #end if | 399 #end if |
400 #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": | 400 #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": |
401 -i $command.analysis.biniter | 401 -i $command.analysis.biniter |
402 -t $command.analysis.threshold | 402 -t $command.analysis.threshold |