Estefani Gaytan Nunez

upload

Showing 25 changed files with 28 additions and 0 deletions
......@@ -4,6 +4,7 @@ from collections import defaultdict as df
import os
import random
from pandas import DataFrame as DF
#from seaborn import heatmap
import numpy as np
import numpy.random
......@@ -155,6 +156,9 @@ if __name__ == '__main__':
print('------------------------------------------PRECISION----------------------------------------')
print(DF(precision))
scoresTable = str(os.path.join(options.outputPath, options.figureName)) + '_precision_' + str(options.version)
DF.to_excel(DF(precision), scoresTable)
imageName = str(os.path.join(options.outputPath, options.figureName)) + '_precision_' + str(options.version)
imageNamev = str(os.path.join(options.outputPath, options.figureName)) + '_precision_variants_' + str(options.version)
figures(precision, tags, 'precision', imageName, imageNamev)
......
mv report_Run1_v11.txt report_Run1_v11.txt
mv report_Run_1_v12.txt report_Run1_v12.txt
mv report_Run_1_v13.txt report_Run1_v13.txt
mv report_Run2_v11.txt report_Run2_v11.txt
mv report_Run_2_v12.txt report_Run2_v12.txt
mv report_Run_2_v13.txt report_Run2_v13.txt
mv report_Run3_v11.txt report_Run3_v11.txt
mv report_Run_3_v12.txt report_Run3_v12.txt
mv report_Run_3_v13.txt report_Run3_v13.txt
mv report_Run4_v11.txt report_Run4_v11.txt
mv report_Run_4_v12.txt report_Run4_v12.txt
mv report_Run_4_v13.txt report_Run4_v13.txt
mv report_Run5_v11.txt report_Run5_v11.txt
mv report_Run_5_v12.txt report_Run5_v12.txt
mv report_Run_5_v13.txt report_Run5_v13.txt
mv report_Run6_v11.txt report_Run6_v11.txt
mv report_Run_6_v12.txt report_Run6_v12.txt
mv report_Run_6_v13.txt report_Run6_v13.txt
mv report_Run7_v11.txt report_Run7_v11.txt
mv report_Run_7_v12.txt report_Run7_v12.txt
mv report_Run_7_v13.txt report_Run7_v13.txt
mv report_Run8_v11.txt report_Run8_v11.txt
mv report_Run_8_v12.txt report_Run8_v12.txt
mv report_Run_8_v13.txt report_Run8_v13.txt