Opened 5 years ago

Last modified 5 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 Nicklas Nordborg)

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.

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 Nicklas Nordborg, 5 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 5 years ago

Description: modified (diff)

comment:3 by Nicklas Nordborg, 5 years ago

(In [5117]) References #1081: The release exporter should export more data

The SpecimenWriter should now export the JPG image that is attached to the Stained item with GoodStain=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.

comment:4 by Nicklas Nordborg, 5 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 Nicklas Nordborg, 5 years ago

(In [5132]) References #1081: The release exporter should export more data

Changed the DNA and FlowThrough writers to work with specific dao objects instead of generic extracts. This should be safer.

comment:6 by Nicklas Nordborg, 5 years ago

(In [5133]) References #1081: The release exporter should export more data

Changed the DNA and FlowThrough writers to work with specific dao objects instead of generic extracts. This should be safer.

comment:7 by Nicklas Nordborg, 5 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 Nicklas Nordborg, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.