diff assembly_post_processor.xml @ 93:c58892e1a388 draft

Uploaded
author greg
date Thu, 26 Oct 2017 11:05:42 -0400
parents 55024e4d84d4
children 33915a72ae4e
line wrap: on
line diff
--- a/assembly_post_processor.xml	Thu Oct 26 09:22:59 2017 -0400
+++ b/assembly_post_processor.xml	Thu Oct 26 11:05:42 2017 -0400
@@ -26,10 +26,10 @@
         #end if
     #end if
     #if str($options_type.strand_specific) == 'yes':
-        --strand_specific true
+        --strand_specific
     #end if
     #if str($options_type.dereplicate) == 'yes':
-        --dereplicate true
+        --dereplicate
     #end if
     --min_length $options_type.min_length
 #end if