add sample material column and rewrite inosticID column

This commit is contained in:
Sherwin Price
2023-11-08 12:15:02 -05:00
parent fd87270d0f
commit 1b0e44a302

View File

@@ -11,7 +11,8 @@ from openpyxl.styles import PatternFill, Border, Side, Alignment
from rowmodel import RowModel from rowmodel import RowModel
codex:dict = {"gDNA from cells":"BM"} codex:dict = {"cfDNA from Plasma":None}
codex.update ( {"gDNA from cells":"BM"} )
codex.update({"gDNA from Buffy Coat":"BC"}) codex.update({"gDNA from Buffy Coat":"BC"})
def read_qubit_doc_by_accession(keys:dict, path:str): def read_qubit_doc_by_accession(keys:dict, path:str):