Showing
25 changed files
with
28 additions
and
0 deletions
| ... | @@ -4,6 +4,7 @@ from collections import defaultdict as df | ... | @@ -4,6 +4,7 @@ from collections import defaultdict as df |
| 4 | import os | 4 | import os |
| 5 | import random | 5 | import random |
| 6 | from pandas import DataFrame as DF | 6 | from pandas import DataFrame as DF |
| 7 | + | ||
| 7 | #from seaborn import heatmap | 8 | #from seaborn import heatmap |
| 8 | import numpy as np | 9 | import numpy as np |
| 9 | import numpy.random | 10 | import numpy.random |
| ... | @@ -155,6 +156,9 @@ if __name__ == '__main__': | ... | @@ -155,6 +156,9 @@ if __name__ == '__main__': |
| 155 | 156 | ||
| 156 | print('------------------------------------------PRECISION----------------------------------------') | 157 | print('------------------------------------------PRECISION----------------------------------------') |
| 157 | print(DF(precision)) | 158 | print(DF(precision)) |
| 159 | +scoresTable = str(os.path.join(options.outputPath, options.figureName)) + '_precision_' + str(options.version) | ||
| 160 | + | ||
| 161 | +DF.to_excel(DF(precision), scoresTable) | ||
| 158 | imageName = str(os.path.join(options.outputPath, options.figureName)) + '_precision_' + str(options.version) | 162 | imageName = str(os.path.join(options.outputPath, options.figureName)) + '_precision_' + str(options.version) |
| 159 | imageNamev = str(os.path.join(options.outputPath, options.figureName)) + '_precision_variants_' + str(options.version) | 163 | imageNamev = str(os.path.join(options.outputPath, options.figureName)) + '_precision_variants_' + str(options.version) |
| 160 | figures(precision, tags, 'precision', imageName, imageNamev) | 164 | figures(precision, tags, 'precision', imageName, imageNamev) | ... | ... |
CRF/figures/FiguresGrid_v11
0 → 100644
File mode changed
CRF/figures/FiguresGrid_v11.png
0 → 100644
123 KB
CRF/figures/FiguresGrid_v12
0 → 100644
File mode changed
CRF/figures/FiguresGrid_v12.png
0 → 100644
109 KB
CRF/figures/FiguresGrid_v13
0 → 100644
File mode changed
CRF/figures/FiguresGrid_v13.png
0 → 100644
109 KB
CRF/reports/FiguresGrid_v11
0 → 100644
File mode changed
CRF/reports/sep17/names.sh
0 → 100644
| 1 | +mv report_Run1_v11.txt report_Run1_v11.txt | ||
| 2 | +mv report_Run_1_v12.txt report_Run1_v12.txt | ||
| 3 | +mv report_Run_1_v13.txt report_Run1_v13.txt | ||
| 4 | +mv report_Run2_v11.txt report_Run2_v11.txt | ||
| 5 | +mv report_Run_2_v12.txt report_Run2_v12.txt | ||
| 6 | +mv report_Run_2_v13.txt report_Run2_v13.txt | ||
| 7 | +mv report_Run3_v11.txt report_Run3_v11.txt | ||
| 8 | +mv report_Run_3_v12.txt report_Run3_v12.txt | ||
| 9 | +mv report_Run_3_v13.txt report_Run3_v13.txt | ||
| 10 | +mv report_Run4_v11.txt report_Run4_v11.txt | ||
| 11 | +mv report_Run_4_v12.txt report_Run4_v12.txt | ||
| 12 | +mv report_Run_4_v13.txt report_Run4_v13.txt | ||
| 13 | +mv report_Run5_v11.txt report_Run5_v11.txt | ||
| 14 | +mv report_Run_5_v12.txt report_Run5_v12.txt | ||
| 15 | +mv report_Run_5_v13.txt report_Run5_v13.txt | ||
| 16 | +mv report_Run6_v11.txt report_Run6_v11.txt | ||
| 17 | +mv report_Run_6_v12.txt report_Run6_v12.txt | ||
| 18 | +mv report_Run_6_v13.txt report_Run6_v13.txt | ||
| 19 | +mv report_Run7_v11.txt report_Run7_v11.txt | ||
| 20 | +mv report_Run_7_v12.txt report_Run7_v12.txt | ||
| 21 | +mv report_Run_7_v13.txt report_Run7_v13.txt | ||
| 22 | +mv report_Run8_v11.txt report_Run8_v11.txt | ||
| 23 | +mv report_Run_8_v12.txt report_Run8_v12.txt | ||
| 24 | +mv report_Run_8_v13.txt report_Run8_v13.txt |
-
Please register or login to post a comment