Mercurial > repos > mheinzl > variant_analyzer2
comparison read2mut.py @ 62:66c1245436b9 draft
planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
| author | mheinzl |
|---|---|
| date | Wed, 17 Mar 2021 13:24:40 +0000 |
| parents | 3722268ffac5 |
| children | f0fc93b7945c |
comparison
equal
deleted
inserted
replaced
| 61:3722268ffac5 | 62:66c1245436b9 |
|---|---|
| 1150 #ws1.conditional_format('L{}:M{}'.format(row + 1, row + 2), | 1150 #ws1.conditional_format('L{}:M{}'.format(row + 1, row + 2), |
| 1151 # {'type': 'formula', | 1151 # {'type': 'formula', |
| 1152 # 'criteria': '=$B${}>="3"'.format(row + 1), | 1152 # 'criteria': '=$B${}>="3"'.format(row + 1), |
| 1153 # 'format': format2, | 1153 # 'format': format2, |
| 1154 # 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) | 1154 # 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) |
| 1155 #if trimmed: | |
| 1156 #if key1 not in list(change_tier_after_print.keys()): | |
| 1157 # change_tier_after_print[key1] = [((row, line, line2))] | |
| 1158 #else: | |
| 1159 change_tier_after_print.append((row, line, line2, trimmed_actual_high_tier)) | 1155 change_tier_after_print.append((row, line, line2, trimmed_actual_high_tier)) |
| 1160 | 1156 |
| 1161 row += 3 | 1157 row += 3 |
| 1162 | 1158 |
| 1163 if chimera_correction: | 1159 if chimera_correction: |
