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