Mercurial > repos > mheinzl > variant_analyzer2
comparison read2mut.py @ 70:eca1365eb42c draft
planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
author | mheinzl |
---|---|
date | Fri, 19 Mar 2021 13:50:24 +0000 |
parents | c44475567466 |
children | 6ccff403db8a |
comparison
equal
deleted
inserted
replaced
69:c44475567466 | 70:eca1365eb42c |
---|---|
1132 # {'type': 'formula', | 1132 # {'type': 'formula', |
1133 # 'criteria': '=$B${}>="3"'.format(row + 1), | 1133 # 'criteria': '=$B${}>="3"'.format(row + 1), |
1134 # 'format': format2, | 1134 # 'format': format2, |
1135 # 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) | 1135 # 'multi_range': 'L{}:M{} T{}:U{} B{}'.format(row + 1, row + 2, row + 1, row + 2, row + 1, row + 2)}) |
1136 change_tier_after_print.append((row, line, line2, trimmed_actual_high_tier)) | 1136 change_tier_after_print.append((row, line, line2, trimmed_actual_high_tier)) |
1137 | |
1138 row += 3 | 1137 row += 3 |
1139 | 1138 |
1140 if chimera_correction: | 1139 if chimera_correction: |
1141 chimeric_dcs_high_tiers = 0 | 1140 chimeric_dcs_high_tiers = 0 |
1142 chimeric_dcs = 0 | 1141 chimeric_dcs = 0 |