diff --git a/README.md b/README.md index 07d910c..9a5f32c 100644 --- a/README.md +++ b/README.md @@ -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. + +![qubit tool ui](docs/ui_main_window.jpg) + +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 \ No newline at end of file diff --git a/docs/readme.docx b/docs/readme.docx new file mode 100644 index 0000000..9ac941b Binary files /dev/null and b/docs/readme.docx differ diff --git a/docs/ui_main_window.jpg b/docs/ui_main_window.jpg new file mode 100644 index 0000000..2b2a684 Binary files /dev/null and b/docs/ui_main_window.jpg differ diff --git a/expected_input.txt b/expected_input.txt new file mode 100644 index 0000000..cdd3973 --- /dev/null +++ b/expected_input.txt @@ -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, diff --git a/expected_output.txt b/expected_output.txt new file mode 100644 index 0000000..0d9f16f --- /dev/null +++ b/expected_output.txt @@ -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 diff --git a/install.cmd b/install.cmd new file mode 100644 index 0000000..0db304b --- /dev/null +++ b/install.cmd @@ -0,0 +1 @@ +python.exe -m pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 56a9c85..4f8960a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -PySimpleGUI -openpyxl -pandas \ No newline at end of file +PySimpleGUI==4.60.5 +openpyxl==3.1.2 +pandas