changeset 92:55024e4d84d4 draft

Uploaded
author greg
date Thu, 26 Oct 2017 09:22:59 -0400
parents a9571ff827b4
children c58892e1a388
files assembly_post_processor.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/assembly_post_processor.xml	Thu Oct 26 09:17:25 2017 -0400
+++ b/assembly_post_processor.xml	Thu Oct 26 09:22:59 2017 -0400
@@ -21,7 +21,7 @@
         --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path'
         --method '$target_gene_family_assembly_cond.method'
         --gap_trimming $target_gene_family_assembly_cond.gap_trimming
-        #if $target_gene_family_assembly_cond.min_coverage > 0:
+        #if str($target_gene_family_assembly_cond.min_coverage) != '0.0':
             --min_coverage $target_gene_family_assembly_cond.min_coverage
         #end if
     #end if