add sample material column and rewrite inosticID column
This commit is contained in:
@@ -11,7 +11,8 @@ from openpyxl.styles import PatternFill, Border, Side, Alignment
|
||||
|
||||
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"})
|
||||
|
||||
def read_qubit_doc_by_accession(keys:dict, path:str):
|
||||
|
||||
Reference in New Issue
Block a user