diff --git a/Sample_Manager/README.md b/Sample_Manager/README.md index 77f1d63f02d99344b4b3684b9f079ca4e3c3a7f2..55834841a2967c1b4997ec80f61b3e365f0a8f42 100644 --- a/Sample_Manager/README.md +++ b/Sample_Manager/README.md @@ -23,7 +23,7 @@ The Python script automates the creation, organization, and population of data i ### 4. π§ͺ Samples and Storage Hierarchy - **Reads and processes** sample data from `Samples.xlsx`. -- **Parses** complex hierarchical storage location information from the data (Building β Floor β Freezer β Shelf β Rack β Box β Coordinates). +- **Parses** complex hierarchical storage location information from the data (Building β Floor β Freezer β Shelf β Rack β Box β Coordinates). Note: By defualt boxes of size 10x10 are created. Always confimr with user about the box size. - **Programmatically creates** a structured hierarchy of physical storage locations within LabKey, mirroring the dataβs structure. - **Associates** each sample with the correct storage coordinates within LabKey. diff --git a/Sample_Manager/Script.ipynb b/Sample_Manager/Script.ipynb index 557ddbf47e9d12e03f52de80a4363c042bb50888..1f6ad34cbfabf95b8323c5eba6767a8e5f744a45 100644 --- a/Sample_Manager/Script.ipynb +++ b/Sample_Manager/Script.ipynb @@ -288,7 +288,9 @@ "id": "36d27f01", "metadata": {}, "source": [ - "## Process Samples and Create Storage Hierarchy" + "## Process Samples and Create Storage Hierarchy\n", + "\n", + "### By default: Box sizes of 10x10 are created! Please make sure to check the Box size with the user and correct them in the UI after boxes are created before populating with Samples!!!" ] }, { diff --git a/Sample_Manager/Script.pdf b/Sample_Manager/Script.pdf deleted file mode 100644 index f91058ea3472dd9398cd8fb6087245f6053f79c0..0000000000000000000000000000000000000000 Binary files a/Sample_Manager/Script.pdf and /dev/null differ diff --git a/Sample_Manager/Script.py b/Sample_Manager/Script.py index 912b8c6818c8aa37c1b9ab98fa07d9c4eb8b6666..7e80f7cfd25735204d46512b357990eb5b88a156 100644 --- a/Sample_Manager/Script.py +++ b/Sample_Manager/Script.py @@ -190,6 +190,7 @@ except Exception as e: # %% [markdown] # ## Process Samples and Create Storage Hierarchy +### By default: Box sizes of 10x10 are created! Please make sure to check the Box size with the user and correct them in the UI after boxes are created before populating with Samples!!! # %% SOURCE_SAMPLES = 'Samples.xlsx'