Mercurial > repos > greg > gene_family_classifier
changeset 128:b5283dead889 draft
Uploaded
author | greg |
---|---|
date | Tue, 21 Mar 2017 11:49:47 -0400 |
parents | 72341ff03a15 |
children | 334b95417e14 |
files | gene_family_classifier.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_classifier.xml Tue Mar 21 11:23:08 2017 -0400 +++ b/gene_family_classifier.xml Tue Mar 21 11:49:47 2017 -0400 @@ -73,10 +73,10 @@ --single_copy_custom '$single_copy_custom_cond.single_copy_custom_config' #end if #else: - #if str($single_copy_cond.single_copy_taxa) >= 0: + #if $single_copy_cond.single_copy_taxa > 0: --single_copy_taxa $single_copy_cond.single_copy_taxa #end if - #if str($single_copy_cond.taxa_present) >= 0: + #if $single_copy_cond.taxa_present > 0: --taxa_present $single_copy_cond.taxa_present #end if #end if @@ -185,8 +185,8 @@ </conditional> </when> <when value="taxa"> - <param name="single_copy_taxa" type="integer" value="-1" label="Minimum single copy taxa" help="Negative values have no affect"/> - <param name="taxa_present" type="integer" value="-1" label="Minimum taxa present" help="Negative values have no affect"/> + <param name="single_copy_taxa" type="integer" value="0" label="Minimum single copy taxa" help="Zero values have no affect"/> + <param name="taxa_present" type="integer" value="0" label="Minimum taxa present" help="Zero values have no affect"/> </when> </conditional> </when>