Mercurial > repos > geert-vandeweyer > cufflinks
comparison cufflinks_wrapper.py @ 6:82f0d5660884 draft
Uploaded
| author | geert-vandeweyer |
|---|---|
| date | Fri, 01 Aug 2014 08:58:06 -0400 |
| parents | 261425bba55d |
| children |
comparison
equal
deleted
inserted
replaced
| 5:261425bba55d | 6:82f0d5660884 |
|---|---|
| 124 if options.no_faux_reads: | 124 if options.no_faux_reads: |
| 125 cmd += ( " --no-faux-reads" ) | 125 cmd += ( " --no-faux-reads" ) |
| 126 if options.multi_read_correct: | 126 if options.multi_read_correct: |
| 127 cmd += ( " -u" ) | 127 cmd += ( " -u" ) |
| 128 | 128 |
| 129 if options.library_type && options.library_type != 'auto': | 129 if options.library_type and options.library_type != 'auto': |
| 130 cmd += ( " --library-type %s" % options.library_type) | 130 cmd += ( " --library-type %s" % options.library_type) |
| 131 if options.mask_file: | 131 if options.mask_file: |
| 132 cmd += ( " --mask-file %s" % options.mask_file ) | 132 cmd += ( " --mask-file %s" % options.mask_file ) |
| 133 if options.inner_mean_dist: | 133 if options.inner_mean_dist: |
| 134 cmd += ( " -m %i" % int ( options.inner_mean_dist ) ) | 134 cmd += ( " -m %i" % int ( options.inner_mean_dist ) ) |
