mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 17:40:27 +08:00
Small fix to 6_SummaryStats.py
This commit is contained in:
parent
b1bd9873af
commit
d4d1614e61
@ -235,7 +235,7 @@ def plot_jf(args, nuc_comp):
|
|||||||
plt.scatter(np.array([val[0] for val in comp_data]), np.array([val[1] for val in comp_data]), s = 1)
|
plt.scatter(np.array([val[0] for val in comp_data]), np.array([val[1] for val in comp_data]), s = 1)
|
||||||
plt.xlabel("GC content (3rd pos, 4-fold sites)")
|
plt.xlabel("GC content (3rd pos, 4-fold sites)")
|
||||||
plt.ylabel("Observed Wright ENc (6 Fold)")
|
plt.ylabel("Observed Wright ENc (6 Fold)")
|
||||||
plt.savefig(args.input + '/GC3xENc_Plots/' + taxon + '.png')
|
plt.savefig(args.input + '/GC3xENc_Plots_' + today + '/' + taxon + '.png')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
args = get_args()
|
args = get_args()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user