Mercurial > repos > mheinzl > variant_analyzer2
comparison read2mut.py @ 49:aa45100f5b14 draft
planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
author | mheinzl |
---|---|
date | Wed, 10 Mar 2021 17:46:01 +0000 |
parents | e2a655533077 |
children | b32c973fe8ab |
comparison
equal
deleted
inserted
replaced
48:e2a655533077 | 49:aa45100f5b14 |
---|---|
1049 {'type': 'formula', | 1049 {'type': 'formula', |
1050 'criteria': '=$B${}>="3"'.format(row + 1), | 1050 'criteria': '=$B${}>="3"'.format(row + 1), |
1051 'format': format2, | 1051 'format': format2, |
1052 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) | 1052 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) |
1053 if trimmed: | 1053 if trimmed: |
1054 if key1 not in list(mut_read_pos_dict.keys()): | 1054 if key1 not in list(change_tier_after_print.keys()): |
1055 change_tier_after_print[key1] = [((row, line), (row, line2))] | 1055 change_tier_after_print[key1] = [((row, line), (row, line2))] |
1056 else: | 1056 else: |
1057 change_tier_after_print[key1].append(((row, line), (row, line2))) | 1057 change_tier_after_print[key1].append(((row, line), (row, line2))) |
1058 | 1058 |
1059 row += 3 | 1059 row += 3 |