# HG changeset patch # User mheinzl # Date 1616062872 0 # Node ID 712a37137b1fe2946639092ec7a1b4439e628b40 # Parent fd342f5a97d97bd101f1afaaebcb8a1aa056d8b2 planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8 diff -r fd342f5a97d9 -r 712a37137b1f read2mut.py --- a/read2mut.py Thu Mar 18 10:14:24 2021 +0000 +++ b/read2mut.py Thu Mar 18 10:21:12 2021 +0000 @@ -971,10 +971,10 @@ any(int(ij) >= 3 for ij in [total1new_trim, total4new_trim]) & any(int(ij) >= 3 for ij in [total2new_trim, total3new_trim]) & all(float(ij) >= 0.75 for ij in [alt1ff, alt2ff, alt3ff, alt4ff])): - trimmed_actual_high_tier = True - elif ((all(int(ij) >= 1 for ij in [total1new_trim, total4new_trim]) & - any(int(ij) >= 3 for ij in [total1new_trim, total4new_trim]) & - all(float(ij) >= 0.75 for ij in [alt1ff_trim, alt4ff_trim])) | + trimmed_actual_high_tier = True + elif ((all(int(ij) >= 1 for ij in [total1new_trim, total4new_trim]) & + any(int(ij) >= 3 for ij in [total1new_trim, total4new_trim]) & + all(float(ij) >= 0.75 for ij in [alt1ff_trim, alt4ff_trim])) | (all(int(ij) >= 1 for ij in [total2new_trim, total3new_trim]) & any(int(ij) >= 3 for ij in [total2new_trim, total3new_trim]) & all(float(ij) >= 0.75 for ij in [alt2ff_trim, alt3ff_trim]))):