Opened 6 years ago
Last modified 6 years ago
#1081 closed enhancement
The release exporter should export more data — at Version 8
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.21 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
For existing items we should export more annotations/other data:
- Specimen items:
- If there is an image of the Stained child item with GoodStain=true we should export the image to the release archive. The image should be located in top folder given by external id of the specimen with a filename given by exported HisName annotation + '.jpg' (for example
/S000001/S000001.his.jpg
). If the image exists in earlier releases it should be linked by symbolic links just as other files are.
- If there is an image of the Stained child item with GoodStain=true we should export the image to the release archive. The image should be located in top folder given by external id of the specimen with a filename given by exported HisName annotation + '.jpg' (for example
We should export more types of items. Some (Lysate, Retract, No and NotAsked) have already been added as part of #1075.
- DNA
- FlowThrough
- NoSpecimen
Change History (8)
comment:1 by , 6 years ago
Status: | new → assigned |
---|
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
comment:4 by , 6 years ago
(In [5131]) References #1081: The release exporter should export more data
Added writer implementations for DNA and FlowThrough. They both have a single filter: DoNotUse=null
. On the FlowThrough QiacubeBatchNo
is the only annotations. DNA also has the same NanoDrop annotations as RNA but doens't have RNAQC.
comment:5 by , 6 years ago
comment:6 by , 6 years ago
comment:7 by , 6 years ago
(In [5136]) References #1081: The release exporter should export more data
Added NoSpecimenWriter
implementation. Annotations:
- Site
- SamplingDate
- Laterality
The !NameToExternalID mapping has also been updated to allow more item types than specimen. It may not actually be needed for NoSpecimen items that doesn't have any child items.
comment:8 by , 6 years ago
Description: | modified (diff) |
---|
(In [5117]) References #1081: The release exporter should export more data
The
SpecimenWriter
should now export the JPG image that is attached to theStained
item withGoodStain=true
. It will write the image directly to the correct place on the release server. Except, if the same image already exists in an earlier release, it will instead create a symbolic link to it just as the exporter already do for other files.