Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuichiro Nakato committed Sep 25, 2021
1 parent ba349a0 commit 2617ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eeisp.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ def main():

CDI = generate_CDImatrix(A, args)
EEI = generate_EEImatrix(A, args)
DEGREE_CDI = calc_degree(CDI, args.threCDI, ngene, "CDI_score_data_thre_" + str(args.threCDI), args)
DEGREE_EEI = calc_degree(EEI, args.threEEI, ngene, "EEI_score_data_thre_" + str(args.threEEI), args)
DEGREE_CDI = calc_degree(CDI, args.threCDI, ngene, "CDI_score_data_thre" + str(args.threCDI), args)
DEGREE_EEI = calc_degree(EEI, args.threEEI, ngene, "EEI_score_data_thre" + str(args.threEEI), args)

print("Finish Co-dependency Network!")
elapsed_time = time.time() - startt
Expand Down

0 comments on commit 2617ef0

Please sign in to comment.