# HG changeset patch # User geert-vandeweyer # Date 1406897886 14400 # Node ID 82f0d5660884330282dc9f129fed0eaf3244a9d2 # Parent 261425bba55dff4e59e44f03e758aa364cfcdc05 Uploaded diff -r 261425bba55d -r 82f0d5660884 cufflinks_wrapper.py --- 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 )