Closed billtell closed 1 month ago
Found existing plate: RowId: 860, Location: TESTING_FREEZER / Shelf2 / Column1 / rjUv4Q
row ids: [50557, 50558, 50559]
Error adding samples to storage: 400: Position (1, 1) is already occupied.
This is a ServerContextError : 400 error
Created a testing workflow chain LabKey API Testing
for Seq Lab Testing
Only adding samples to TESTING_FREEZER
To Deploy:
[x] Switch back to illumina project from testing
[x] Remove Testing workflow chain
[x] Check if Sample already exists before making it. -A lot of samples will be registered and not placed in storage. Could lead to a lot of duplicates.
[x] Set sample_responses = sample_api.query.insert_rows("samples", "Test-Sample", samples, audit_behavior=AuditBehavior.DETAILED, audit_user_comment="Creating sample via python API")
to "Sample"
[x] Make sure file export still works with extra spaces
[x] Clean up print statements
New Samples
Existing Samples in same location
Existing Samples put in more than 1 plate location
LabKey Storage View
column added to park LabKey Storage View hyperlink
Integrate the functions developed in #428 into
LabKey.py
The goal is to have sample ingest in both Seq and SC possible through the API