Track which flowcells are archived on which long term storage devices
authorBrandon King <kingb@caltech.edu>
Wed, 10 Jun 2009 17:44:47 +0000 (17:44 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 10 Jun 2009 17:44:47 +0000 (17:44 +0000)
commit24b9a01001fc232baea6ad152446f0c9b6ddd2d8
tree4a63d7e5c64d7ee0f04b0efd4f00b3f394185d95
parent449ce3e1351b79c5d0b88ce6cd2bc45429b86dba
Track which flowcells are archived on which long term storage devices
 * Added a command_line script called mark_archived_data
   * Storage Device must be in DB as well as flowcell before using
   * If you supply a device (i.e. /dev/sda), it will extract the serial number of the drive for you.
   * Uses HTTP REST request to link Flowcell, Libraries and Storage Devices.
   * Supports archives across storage devices.
   * device query requires py_sg python package (easy_install py_sg)
htsworkflow/frontend/inventory/urls.py [new file with mode: 0644]
htsworkflow/frontend/inventory/views.py
htsworkflow/frontend/urls.py
scripts/mark_archived_data [new file with mode: 0755]