changeset 38:797a58b9eccf draft

planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
author mheinzl
date Wed, 24 Feb 2021 13:00:35 +0000
parents 6ba980a3e91a
children b239be471778
files read2mut.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/read2mut.py	Wed Feb 24 12:55:52 2021 +0000
+++ b/read2mut.py	Wed Feb 24 13:00:35 2021 +0000
@@ -782,7 +782,7 @@
                         'AF 1.1-2.3', 'AF 1.1-2.4', 'AF 1.1-3.1', 'AF 1.1-3.2', 'AF 1.1-4.1', 'AF 1.1-4.2', 'AF 1.1-5', 'AF 1.1-6')
 
     ws2.write_row(0, 0, header_line2)
-    ws2.conditional_format('J1:K1', {'type': 'formula', 'criteria': '==', 'value': 'tier 1.1', 'format': format1})
+    ws2.conditional_format('J1', {'type': 'formula', 'criteria': '==', 'value': 'tier 1.1', 'format': format1, 'multi_range': 'J1' 'K1'})
 
     row = 0