code text fix.

This commit is contained in:
2023-12-02 16:02:31 +00:00
parent 3a4b4f273f
commit 1cd67078f3

View File

@@ -11,13 +11,10 @@ from openpyxl.styles import PatternFill, Border, Side, Alignment
from rowmodel import RowModel
<<<<<<< HEAD
codex:dict = {"cfDNA from Plasma":None}
codex.update ( {"gDNA from cells":"BM"} )
codex.update({"gDNA from Buffy Coat":"BC"})
=======
>>>>>>> d07459290f0590ab07c6c3fdca43ff95ec80057a
def read_qubit_doc_by_accession(keys:dict, path:str):
# collect values_by_sample_names string ids #
with open(path, 'r', newline='', encoding='utf-8') as csvfile: