# HG changeset patch # User mheinzl # Date 1614711861 0 # Node ID 29226ceba7cdf16529fc48c7f10607d0e208f0bd # Parent d21960b45a6ba82a1e63a4abd5a5380e4b971ee0 planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8 diff -r d21960b45a6b -r 29226ceba7cd read2mut.py --- a/read2mut.py Tue Mar 02 15:32:41 2021 +0000 +++ b/read2mut.py Tue Mar 02 19:04:21 2021 +0000 @@ -1134,7 +1134,7 @@ # sheet 3 sheet3 = [("tier 1.1", counter_tier11), ("tier 1.2", counter_tier12), ("tier 2.1", counter_tier21), ("tier 2.2", counter_tier22), ("tier 2.3", counter_tier23), ("tier 2.4", counter_tier24), - ("tier 3.1", counter_tier31), ("tier 3.2", counter_tier32), ("tier 3.3", counter_tier33), ("tier 4", counter_tier), + ("tier 3.1", counter_tier31), ("tier 3.2", counter_tier32), ("tier 3.3", counter_tier33), ("tier 4", counter_tier4), ("tier 5.1", counter_tier51), ("tier 5.2", counter_tier52), ("tier 5.3", counter_tier53), ("tier 5.4", counter_tier54), ("tier 5.5", counter_tier55), ("tier 6", counter_tier6), ("tier 7", counter_tier7)]