8 | 8 | 2. Javascript file `extraction_registration.js` in `resources/sampleproc/` updated:[[BR]]a. Function `parseNanoDropFile(data)` updated to call updated function `findRnaOrDna(sampleId, lineNo, messageId)` instead of `findRnaOrDnaNanoDrop(sampleId, lineNo, messageId)` to find a sample with a given sample id.[[BR]]b. Function `parseDnaInput(data)` updated to call updated function `findRnaOrDna(sampleId, lineNo, messageId)` to find a sample with a given sample id. Also updated to refer to message id "`qubitFile`" and quantity "`qubitConc`", instead of "`nanoDropFile`" and "`ndConc`", respectively.[[BR]]c. Function `parseQPcrFile(data)` updated to call updated function `findRnaOrDna(sampleId, lineNo, messageId)` to find a sample with a given sample id, and to not add suffix "`.d`" to the sample id, when calling the latter function.[[BR]]d. Function `findRnaOrDna(sampleId, lineNo, messageId)` replaced in functionality by old function `findRnaOrDna(sampleId, lineNo, messageId)`, but retaining its previous name. The only extra update in functionality is that the original item name is used for input DNA, as well as for input RNA.[[BR]]e. Function `generateFakeNanoDropFile()` updated to use the item name for input RNA items.[[BR]]f. Function `generateFakeDnaInput()` updated to use the item name for input DNA items.[[BR]]g. Function `generateFakeQPcrFile()` updated to use the item name for input DNA items. |