Opened 2 years ago
Closed 2 years ago
#1420 closed enhancement (fixed)
Updates to registration of specimen handled by external lab
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v4.41 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
See #1349, #1347 and #1295 for background information about earlier updates. This time the following things are needed:
- Create Tag items from JSON. Barcoding scheme has changed to IDT10 UDI. There are close to 4000 different combinations. Instead of creating them all beforehand, it should be possible to create new Tag items when needed. The barcode in the JSON file is typically of the format:
03B IDT10_UDI_Adapter2018 (ATCTGGCCAT-CCGCTGTCTA)
. The first part (03B
) can be ignored, the second partIDT10_UDI_Adapter2018
should be the name of the barcode, and the two sequences are theBacodeSequence
/BarcodeSequence2
annotations.
- I see some warnings about
Old date in JSON
for partition date, extraction date, etc. and a reference to another date that is not found in the JSON. For example:Old date in JSON: Lysate.Partition date=2021-11-11 (expected after 2021-11-24)
. 2021-11-24 seems to be the registration date of the Patient item which doesn't make sense. This should be investigated.
- The queue with items to import is very long now. This could potentially be problematic since the GUI is not optimized for this. It may take a very long time to load and check all JSON files and if that doesn't fail it will be difficult to select/de-select items for importing.
Change History (40)
comment:1 by , 2 years ago
comment:40 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6887: