From 96f178c09f240e21e42dda90e266890d5499cd78 Mon Sep 17 00:00:00 2001 From: lwark Date: Mon, 7 Apr 2025 12:40:30 -0500 Subject: [PATCH] Refined query-by-date to use start/end of day times to improve accuracy. --- CHANGELOG.md | 1 + README.md | 22 ++-------------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b17e65..16dfe83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 202504.02 +- Added cscscience gitlab remote. - Refined query-by-date to use start/end of day times to improve accuracy. # 202504.01 diff --git a/README.md b/README.md index b001cf7..8bcff58 100644 --- a/README.md +++ b/README.md @@ -88,27 +88,9 @@ This is meant to import .xlsx files created from the Design & Analysis Software 2. Recommendation is to use less than 6 month date range keeping in mind that higher data density will affect performance (with kraken being the worst so far) 4. Analysis type and subtype can be set using the drop-down menus. (Only kraken has a subtype so far). -## Adding new Kit: +## Adding/Editing Kits: -1. Click "Add Kit" tab in the tab bar. -2. Select the Submission type from the drop-down menu. -3. Fill in the kit name (required) and other fields (optional). -4. For each reagent type in the kit click the "Add Reagent Type" button. -5. Fill in the name of the reagent type. Alternatively select from already existing types in the drop-down. -6. Fill in the reagent location in the Excel submission sheet. - 1. For example if the reagent name is in a sheet called "Reagent Info" in row 12, column 1, type "Reagent Info" in the "Excel Location Sheet Name" field. - 2. Set 12 in the "Name Row" and 1 in the "Name Column". - 3. Repeat 6b for the Lot and the Expiry row and columns. -7. Click the "Submit" button at the top. - -## Linking Extraction Logs: - -1. Click "Monthly" -> "Link Extraction Logs". -2. Chose the .csv file taken from the extraction table run logs folder. - -## Linking PCR Logs: -1. Click "Monthly" -> "Link PCR Logs". -2. Chose the .csv file taken from the PCR table run logs folder. +Under Construction ## SETUP: