Changes between Version 7 and Version 8 of net.sf.basedb.meludi.notes1_5_0


Ignore:
Timestamp:
Nov 10, 2016, 12:32:07 PM (8 years ago)
Author:
olle
Comment:

Added information on number of digits in item name configuration in MeLuDI 1.5.0

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.meludi.notes1_5_0

    v7 v8  
    3838                        <name>...</name>
    3939                        <sample-item-prefix>...</sample-item-prefix>
     40                        <sample-item-num-digits>...</sample-item-num-digits>
    4041                        <storage-box-prefix>...</storage-box-prefix>
     42                        <storage-box-num-digits>...</storage-box-num-digits>
    4143                        <start-list-item-prefix>...</start-list-item-prefix>
     44                        <start-list-item-num-digits>...</start-list-item-num-digits>
    4245                        <start-plate-item-prefix>...</start-plate-item-prefix>
     46                        <start-plate-item-num-digits>...</start-plate-item-num-digits>
    4347                        <patient-item-prefix>...</patient-item-prefix>
     48                        <patient-item-num-digits>...</patient-item-num-digits>
    4449                        <libprep-kit-item-prefix>...</libprep-kit-item-prefix>
     50                        <libprep-kit-item-num-digits>...</libprep-kit-item-num-digits>
    4551                        <project-focus-default>...</project-focus-default>
    4652                        <specimen-type-default>...</specimen-type-default>
     
    5561
    5662|| '''XML tag name''' || '''Description''' || '''Value for original MeLuDI project''' ||
    57 || `name` || Name of the project item in BASE. || `MeLuDi` ||
    58 || `sample-item-prefix` || Prefix for sample items in project. || `ML` ||
    59 || `storage-box-prefix` || Prefix for storage boxes in project. || `ML_` ||
    60 || `start-list-item-prefix` || Prefix for start list items in project. || `SL` ||
    61 || `start-plate-item-prefix` || Prefix for start plate items in project. || `LP` ||
    62 || `patient-item-prefix` || Prefix for patient items in project. || `MLP` ||
    63 || `libprep-kit-item-prefix` || Prefix for library preparation kit items in project. || `LP_kit_` ||
    64 || `project-focus-default` || Cancer type studied in the project. || <empty string> (unknown) ||
    65 || `specimen-type-default` || Primary tumor or metastasis. || <empty string> (unknown) ||
    66 || `specimen-input-type-default` || The form in which a specimen is delivered. || <empty string> (unknown) ||
     63|| `name` || Name of the project item in BASE || `MeLuDi` ||
     64|| `sample-item-prefix` || Prefix for sample item names in project || `ML` ||
     65|| `sample-item-num-digits` || # Digits in sample item names in project || `5` ||
     66|| `storage-box-prefix` || Prefix for storage box names in project || `ML_` ||
     67|| `storage-box-num-digits` || # Digits in storage box names in project || `4` ||
     68|| `start-list-item-prefix` || Prefix for start list item names in project || `SL` ||
     69|| `start-list-item-num-digits` || # Digits in start list item names in project || `5` ||
     70|| `start-plate-item-prefix` || Prefix for start plate item names in project || `LP` ||
     71|| `start-plate-item-num-digits` || # Digits in start plate item names in project || `5` ||
     72|| `patient-item-prefix` || Prefix for patient item names in project || `MLP` ||
     73|| `patient-item-num-digits` || # Digits in patient item names in project || `6` ||
     74|| `libprep-kit-item-prefix` || Prefix for library preparation kit item names in project || `LP_kit_` ||
     75|| `libprep-kit-item-num-digits` || # Digits in library preparation kit item names in project || `3` ||
     76|| `project-focus-default` || Cancer type studied in the project || <empty string> (unknown) ||
     77|| `specimen-type-default` || Primary tumor or metastasis || <empty string> (unknown) ||
     78|| `specimen-input-type-default` || The form in which a specimen is delivered || <empty string> (unknown) ||
    6779Notes:[[BR]]1. The "`name`" tag value is used by MeLuDI to identify the project item in BASE, so it is essential that it corresponds exactly to the project item name in BASE.[[BR]]2. It is allowed to configure MeLuDI for projects, before the latter are created in BASE. A project configuration will only be used, when a BASE project is selected as active.
    6880