7 | 7 | 1. Javascript file `extraction_utils.js` in `resources/sampleproc/` updated:[[BR]]a. New function `getQiacubeSortedPrefixes(primaryQiacubePrefix, secondaryQiacubePrefix)` added. It returns a string of letters in alphabetical order, except that the primary and secondary prefixes given as arguments are placed in the first and second position, respectively.[[BR]]b. Function `getDetailedQiaCubePosition(nitems, i)` updated with new argument `qiacubeSortedPrefixes` to `getDetailedQiaCubePosition(nitems, i, qiacubeSortedPrefixes)`.[[BR]]c. Function `getQiacubePosition(intPosition)` renamed "`getDetailedQiacubePosition`", in order to have all functions returning a QIAcube position as a combination of an instrument prefix and internal position number having "`DetailedQiacubePosition`" in the name. Also one new argument, `qiacubeSortedPrefixes`, added to give `getDetailedQiacubePosition(intPosition, qiacubeSortedPrefixes)`.[[BR]]d. Function `getIntQiacubePosition(positionStr)` updated with new argument `qiacubeSortedPrefixes` to `getIntQiacubePosition(positionStr, qiacubeSortedPrefixes)`. |