changeset 6:82f0d5660884 draft

Uploaded
author geert-vandeweyer
date Fri, 01 Aug 2014 08:58:06 -0400
parents 261425bba55d
children e87fb5178f4b
files cufflinks_wrapper.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cufflinks_wrapper.py	Fri Aug 01 08:54:01 2014 -0400
+++ b/cufflinks_wrapper.py	Fri Aug 01 08:58:06 2014 -0400
@@ -126,7 +126,7 @@
     if options.multi_read_correct:
         cmd += ( " -u" )
 
-    if options.library_type && options.library_type != 'auto':
+    if options.library_type and options.library_type != 'auto':
 	cmd += ( " --library-type %s" % options.library_type)
     if options.mask_file:
 	cmd += ( " --mask-file %s" % options.mask_file )