Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • reserveSpecimens.py: Reserves the specimens based on the information in the CSV file.

  • unreserveSpecimens.py: Unreserves the specimens based on the information in the CSV file.

Prerequisites

Before running the scripts, ensure that you have the following:

  • Python 3.x installed on your system.

  • The required Python libraries (e.g., requests) installed.

  • Access to the OpenSpecimen API with admin credentials.

  • A valid CSV input file with the distribution protocol and specimen ID to be reserved or unreserved.

Parameters

The scripts accept four parameters:

...