mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 05:20:24 +08:00
Fixing 4-fold family error in CUB.py
This commit is contained in:
parent
a24a546ade
commit
f253022151
@ -367,7 +367,7 @@ class GCeval():
|
||||
# # This function return the GC content of the third position of four-fold
|
||||
# # degenerate codons
|
||||
FrFold = round(GC(''.join([k[-1]*v[-1] for k, v in cdnTbl.items() if
|
||||
'one' not in v[1]])), 4)
|
||||
v[1] == 'four'])), 4)
|
||||
return FrFold
|
||||
|
||||
class SeqInfo(object):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user