mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 16:30:24 +08:00
Removing matplotlib requirement from 6_SummaryStats.py
This commit is contained in:
parent
7223b4ee60
commit
ab65eb7851
@ -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
|
||||||
|
|
||||||
|
|
||||||
@ -260,7 +260,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