| 1 | = US3 HPC Database Tables = |
| 2 | |
| 3 | |
| 4 | HPCAnalysisRequest |
| 5 | * HPCAnalysisRequestID |
| 6 | * HPCAnalysisRequestGUID |
| 7 | * investigatorGUID |
| 8 | * submitterGUID |
| 9 | * email |
| 10 | * experimentID |
| 11 | * requestXMLFile |
| 12 | * editXMLFilename |
| 13 | * Submit_time |
| 14 | * clusterName |
| 15 | * Method enum('2DSA','2DSA_MW','GA','GA_MW','GA_SC') default '2DSA' |
| 16 | |
| 17 | HPCDataset |
| 18 | * HPCDatasetID |
| 19 | * HPCAnalysisRequestID |
| 20 | * editedDataID |
| 21 | * simpoints |
| 22 | * band_volume |
| 23 | * radial_grid |
| 24 | * time_grid |
| 25 | * rotor_stretch |
| 26 | |
| 27 | HPCAnalysisResult |
| 28 | * HPCAnalysisResultID |
| 29 | * HPCAnalysisRequestID |
| 30 | |
| 31 | * !StartTime /* When receive start from nnls */ |
| 32 | * !EndTime |
| 33 | |
| 34 | * !QueueStatus enum('Queued','Running','Aborted','Completed') default 'Queued' |
| 35 | * !LastMessage /* From nnls, default null */ |
| 36 | * !UpdateTime /* time of last message */ |
| 37 | |
| 38 | * gfacID |
| 39 | * jobfile |
| 40 | |
| 41 | * !WallTime |
| 42 | * CPUTime |
| 43 | * CPUCount |
| 44 | * mgroupcount |
| 45 | * max_rss |
| 46 | * !CalculatedData /* xml file */ |
| 47 | * stderr |
| 48 | * stdout |
| 49 | |
| 50 | HPCAnalysisResultData |
| 51 | * HPCAnalysisResultDataID |
| 52 | * HPCAnalysisResultID |
| 53 | * HPCAnalysisResultType enum( 'model', 'noise' ) |
| 54 | * resultID /* refers to appropriate noiseID, HPCModelID */ |
| 55 | |
| 56 | Noise |
| 57 | * noiseID |
| 58 | * noiseGUID |
| 59 | * editedDataID // refers to the associated edit profile |
| 60 | * Iterations |
| 61 | * modelID // the associated model, if any |
| 62 | * modelGUID |
| 63 | * noiseType enum( 'ri_noise','ti_noise' ) |
| 64 | * noiseVector /* xml file */ |
| 65 | |
| 66 | Model |
| 67 | * ModelID |
| 68 | * editedDataID // refers to the associated edit profile |
| 69 | * modelGUID |
| 70 | * Iterations |
| 71 | * Meniscus |
| 72 | * RMSD |
| 73 | * description |
| 74 | * contents |
| 75 | |
| 76 | 2DSA_MW_Settings |
| 77 | * 2DSA_MW_SettingsID |
| 78 | * HPCAnalysisRequestID |
| 79 | * mw_min |
| 80 | * mw_max |
| 81 | * grid_resolution |
| 82 | * oligomer |
| 83 | * ff0_min |
| 84 | * ff0_max |
| 85 | * ff0_resolution |
| 86 | * uniform_grid |
| 87 | * montecarlo_value |
| 88 | * tinoise_option |
| 89 | * regularization |
| 90 | * meniscus_option /* Needed? Use meniscus_value == 0 instead? */ |
| 91 | * meniscus_value |
| 92 | * meniscus_points |
| 93 | * iterations_option /* Needed? Use iterations_value == 0 instead? */ |
| 94 | * iterations_value |
| 95 | * rinoise_option |
| 96 | * simpoints |
| 97 | * band_volume |
| 98 | * radial_grid |
| 99 | * time_grid |
| 100 | |
| 101 | 2DSA_Settings |
| 102 | * 2DSA_SettingsID |
| 103 | * HPCAnalysisRequestID |
| 104 | * s_min |
| 105 | * s_max |
| 106 | * s_resolution |
| 107 | * ff0_min |
| 108 | * ff0_max |
| 109 | * ff0_resolution |
| 110 | * uniform_grid |
| 111 | * montecarlo_value |
| 112 | * tinoise_option |
| 113 | * regularization |
| 114 | * meniscus_option /* Needed? Use meniscus_value == 0 instead? */ |
| 115 | * meniscus_value |
| 116 | * meniscus_points |
| 117 | * iterations_option /* Needed? Use iterations_value == 0 instead? */ |
| 118 | * iterations_value |
| 119 | * rinoise_option |
| 120 | * simpoints |
| 121 | * band_volume |
| 122 | * radial_grid |
| 123 | * time_grid |
| 124 | |
| 125 | GA_MW_Settings |
| 126 | * GA_MW_SettingsID |
| 127 | * HPCAnalysisRequestID |
| 128 | * mw_min |
| 129 | * mw_max |
| 130 | * oligomer |
| 131 | * ff0_min |
| 132 | * ff0_max |
| 133 | * montecarlo_value |
| 134 | * tinoise_option |
| 135 | * demes_value |
| 136 | * genes_value |
| 137 | * generations_value |
| 138 | * crossover_value |
| 139 | * mutation_value |
| 140 | * plague_value |
| 141 | * elitism_value |
| 142 | * migration_value |
| 143 | * regularization_value |
| 144 | * seed_value |
| 145 | * rinoise_option |
| 146 | * simpoints |
| 147 | * band_volume |
| 148 | * radial_grid |
| 149 | * time_grid |
| 150 | * meniscus_option /* Needed? Use meniscus_value == 0 instead? */ |
| 151 | * meniscus_value |
| 152 | |
| 153 | GA_SC_Settings |
| 154 | * GA_SC_SettingsID |
| 155 | * HPCAnalysisRequestID |
| 156 | * montecarlo_value |
| 157 | * demes_value |
| 158 | * genes_value |
| 159 | * generations_value |
| 160 | * crossover_value |
| 161 | * mutation_value |
| 162 | * plague_value |
| 163 | * elitism_value |
| 164 | * migration_value |
| 165 | * regularization_value |
| 166 | * seed_value |
| 167 | * tinoise_option |
| 168 | * rinoise_option |
| 169 | * meniscus_option /* Needed? Use meniscus_value == 0 instead? */ |
| 170 | * meniscus_value |
| 171 | * constraint_data |
| 172 | |
| 173 | GA_Settings |
| 174 | * GA_SettingsID |
| 175 | * HPCAnalysisRequestID |
| 176 | * montecarlo_value |
| 177 | * demes_value |
| 178 | * genes_value |
| 179 | * generations_value |
| 180 | * crossover_value |
| 181 | * mutation_value` |
| 182 | * plague_value |
| 183 | * elitism_value |
| 184 | * migration_value |
| 185 | * regularization_value |
| 186 | * seed_value |
| 187 | * tinoise_option |
| 188 | * rinoise_option |
| 189 | * simpoints |
| 190 | * band_volume |
| 191 | * radial_grid |
| 192 | * time_grid |
| 193 | * meniscus_option /* Needed? Use meniscus_value == 0 instead? */ |
| 194 | * meniscus_value |
| 195 | * solute_value |
| 196 | * solute_data |
| 197 | |
| 198 | HPCSoluteData |
| 199 | * HPCSoluteDataID |
| 200 | * GA_SettingsID |
| 201 | * s_min |
| 202 | * s_max |
| 203 | * ff0_min |
| 204 | * ff0_max |
| 205 | |
| 206 | |
| 207 | |