Changes between Initial Version and Version 1 of net.sf.basedb.reggie.notes29


Ignore:
Timestamp:
Nov 28, 2012, 9:18:25 AM (11 years ago)
Author:
Nicklas Nordborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.reggie.notes29

    v1 v1  
     1= Updating to Reggie 2.9 =
     2
     3Updating to Reggie 2.9 requires a manual update to the 'creation date' for all `Blood` samples. Due to a bug (see #429) the sampling date was only stored in the `BloodSamplingDateTime` annotation and the 'creation date' was left empty. The correct behavior which was fixed by #429 is to store the date part also in the 'creation date' field.
     4
     5Follow this procedure:
     6
     7== 1. Update to Reggie 2.9 ==
     8
     9== 2. Export a tab-separated file with at least the Name and `BloodSamplingDateTime` values ==
     10
     11 * Go to the samples list page and filter on `Blood` items. Make sure that no other filter is present.
     12 * Export the ID and `BloodSamplingDateTime` values. Save the file on the BASE file system.
     13
     14== 3. Import the tab-separated file to update the 'creation date' ==
     15
     16 * Use the 'Sample importer' wizard and select the file that was created by the export.
     17 * The 'Mode' parameter can be set to 'update' just in case...
     18 * Use the 'Test with file' function to set up column mappings for the 'Name' and 'Created' properties.
     19
     20If all goes well, the dates should now have been copied from the `BloodSamplingDateTime` annotation to
     21the 'creation date' property.