taxoniumtools 2.1.18__py3-none-any.whl → 2.1.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
taxoniumtools/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '2.1.18'
32
- __version_tuple__ = version_tuple = (2, 1, 18)
31
+ __version__ = version = '2.1.20'
32
+ __version_tuple__ = version_tuple = (2, 1, 20)
33
33
 
34
- __commit_id__ = commit_id = 'g78a285409'
34
+ __commit_id__ = commit_id = 'ged689f423'
@@ -138,8 +138,8 @@ def get_mutations(past_nuc_muts_dict,
138
138
  initial_codon = complement(initial_codon)
139
139
  final_codon = complement(final_codon)
140
140
 
141
- initial_codon_trans = codon_table[initial_codon]
142
- final_codon_trans = codon_table[final_codon]
141
+ initial_codon_trans = codon_table.get(initial_codon, 'X')
142
+ final_codon_trans = codon_table.get(final_codon, 'X')
143
143
  if initial_codon_trans != final_codon_trans or disable_check_for_differences:
144
144
  #(gene, codon_number + 1, initial_codon_trans, final_codon_trans)
145
145
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taxoniumtools
3
- Version: 2.1.18
3
+ Version: 2.1.20
4
4
  Summary: Generate files for taxonium
5
5
  Home-page: https://github.com/theosanderson/taxonium
6
6
  Author: Theo Sanderson
@@ -1,14 +1,14 @@
1
1
  taxoniumtools/__init__.py,sha256=iizd2XLvtBHVDz6j82ZWJ2eojVvbTmtJCWQGk5MtqhE,51
2
2
  taxoniumtools/__main__.py,sha256=0-mrc1_4NaJur-6SQXV6vGrJFFDuRRFvqeQvnlOA5l4,25
3
- taxoniumtools/_version.py,sha256=WdeOPE3nJzQSqLw94mFWBUAjC5E2VgKushcIZ_4xRyc,714
3
+ taxoniumtools/_version.py,sha256=kc0e6ls67VTZB9cfui7raKfqp9PdszH6Y1WpWDuXaEA,714
4
4
  taxoniumtools/newick_to_taxonium.py,sha256=05JMQgmYLEo4nZVGPB0afAlF2s93WE7Ka_jwd0kCw0A,6207
5
5
  taxoniumtools/parsimony_pb2.py,sha256=hE6jWYlgTpUbTS1uTjRKwVgPNO232QIu3LqjpJUlthU,15575
6
6
  taxoniumtools/usher_to_taxonium.py,sha256=fir7_p18f8CaFGX7H1tRTm5YSryMhmcuA_PlL3sY2m4,12295
7
- taxoniumtools/ushertools.py,sha256=duMipZuWfEtfOx-NosZe-6XSIL5YdKHGWKJbM9jM-sQ,16417
7
+ taxoniumtools/ushertools.py,sha256=zF_V0ySNgI5Wx-cjXbwigFRH0hIz6_s2LVLBk2UT06o,16435
8
8
  taxoniumtools/utils.py,sha256=sNbadwK7CNLK-sQFf31Au8nG1rUmcrbGMKDSV7UJMJo,10477
9
9
  taxoniumtools/view_taxonium.py,sha256=LYWBhaXYrmOOrIHI2bBYhqNUw-HZRtYzdvMQb6ZombI,4640
10
- taxoniumtools-2.1.18.dist-info/METADATA,sha256=47xoCHFFd3vj_hynHBnHqBThKJiJKgr_GnoCWpEuXCw,2168
11
- taxoniumtools-2.1.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- taxoniumtools-2.1.18.dist-info/entry_points.txt,sha256=oIcDnAw81KjfG32-ePuBFvqS_wbLXWB8NmWo61o1LW0,183
13
- taxoniumtools-2.1.18.dist-info/top_level.txt,sha256=EEWGvODb1nR_CiPHUDxcfU4UzxtPnVN4yTywlT3Z0nE,14
14
- taxoniumtools-2.1.18.dist-info/RECORD,,
10
+ taxoniumtools-2.1.20.dist-info/METADATA,sha256=Dz9ByNiFR6SHSm9a5VhBkTbq7FRLcHTePQrYaxOiOYI,2168
11
+ taxoniumtools-2.1.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ taxoniumtools-2.1.20.dist-info/entry_points.txt,sha256=oIcDnAw81KjfG32-ePuBFvqS_wbLXWB8NmWo61o1LW0,183
13
+ taxoniumtools-2.1.20.dist-info/top_level.txt,sha256=EEWGvODb1nR_CiPHUDxcfU4UzxtPnVN4yTywlT3Z0nE,14
14
+ taxoniumtools-2.1.20.dist-info/RECORD,,