mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 22:00:25 +08:00
Removing matplotlib dependency from 8_SummaryStats.py
This commit is contained in:
parent
ab65eb7851
commit
b08135e9b4
@ -5,7 +5,7 @@ import CUB
|
|||||||
from statistics import mean
|
from statistics import mean
|
||||||
from math import ceil, floor
|
from math import ceil, floor
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
import matplotlib.pyplot as plt
|
#import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
@ -249,7 +249,7 @@ if __name__ == "__main__":
|
|||||||
if args.r2g_jf:
|
if args.r2g_jf:
|
||||||
r2g_jf(args, nuc_comp, gcodes)
|
r2g_jf(args, nuc_comp, gcodes)
|
||||||
|
|
||||||
plot_jf(args, nuc_comp)
|
#plot_jf(args, nuc_comp)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user