Opened 14 years ago

Closed 14 years ago

#1525 closed task (fixed)

Bioplate batch importer

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.16
Component: coreplugins Version: trunk
Keywords: Cc:

Description

I am about to create 300 sample boxes but realize that I have to do that one by one. BASE needs a batch importer for bioplates, and I need one urgently.

Is it straightforward to create one? What kind of information should I provide to the developers?

Change History (4)

comment:1 by Jari Häkkinen, 14 years ago

Type: defecttask

comment:2 by Nicklas Nordborg, 14 years ago

It is not complicated to create a batch item importer. For bioplates you would need a file with the following information for each bio plate:

  • A name (required)
  • Bio plate type (required)
  • Plate geometry (required)
  • Freezer (optional)
  • Barcode (optional)
  • Description (optional)

This is for creating new bio plates. For updating everything is optional and you can also use the internal ID. This is more or less built into the base class that we build on so it doesn't add to the complexity.

comment:3 by Nicklas Nordborg, 14 years ago

Status: newassigned

comment:4 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5445]) Fixes #1525: Bioplate batch importer

Note: See TracTickets for help on using tickets.