updates
This commit is contained in:
@@ -5,3 +5,12 @@ Read Qubit CSV dump.
|
||||
Search dump for matching data and include in output.
|
||||
|
||||
Format Output and add to Excel Document Output Tab.
|
||||
|
||||

|
||||
|
||||
Build Sources:
|
||||
GIT:
|
||||
http://172.26.84.105:8418/SII/qubit-tools
|
||||
|
||||
Tested on:
|
||||
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
|
||||
BIN
docs/readme.docx
Normal file
BIN
docs/readme.docx
Normal file
Binary file not shown.
BIN
docs/ui_main_window.jpg
Normal file
BIN
docs/ui_main_window.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
2
expected_input.txt
Normal file
2
expected_input.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Run ID,Assay Name,Test Name,Test Date,Qubit tube conc.,Qubit tube conc. units,Original sample conc.,Original sample conc. units,Sample Volume (uL),Dilution Factor,Std 1 RFU,Std 2 RFU,Std 3 RFU,Excitation,Emission,Green RFU,Far Red RFU
|
||||
2024-08-21_143436,dsDNA High Sensitivity,Sample_#240821-144334,8/21/2024 14:43,448,ng/mL,44.8,ng/uL,2,100,41,25413.59,,Blue,Green,22883.03,
|
||||
2
expected_output.txt
Normal file
2
expected_output.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
No. SampleID, Sysmex Inostics ID (Accession ID), Secondary ID (Customer ID), Plasma Vol. [mL], Qubit run ID, ng/µL, GE/µL
|
||||
1 MVSBC1P605 1501316971 4 R070_04032024_QBT 0.135 40.90909091
|
||||
1
install.cmd
Normal file
1
install.cmd
Normal file
@@ -0,0 +1 @@
|
||||
python.exe -m pip install -r requirements.txt
|
||||
@@ -1,3 +1,3 @@
|
||||
PySimpleGUI
|
||||
openpyxl
|
||||
pandas
|
||||
PySimpleGUI==4.60.5
|
||||
openpyxl==3.1.2
|
||||
pandas
|
||||
|
||||
Reference in New Issue
Block a user