comparison sequence_overview.py @ 93:8fcf31272f6e draft

planemo upload commit a43893724cc769bed8a1f19a5b19ec1ba20cb63c
author rhpvorderman
date Mon, 06 Mar 2023 11:36:32 +0000
parents cf8ad181628f
children 84e9e5c8c101
comparison
equal deleted inserted replaced
92:cf8ad181628f 93:8fcf31272f6e
28 "IGG1": 0, 28 "IGG1": 0,
29 "IGG2": 0, 29 "IGG2": 0,
30 "IGG3": 0, 30 "IGG3": 0,
31 "IGG4": 0, 31 "IGG4": 0,
32 "IGM": 0, 32 "IGM": 0,
33 "unmatched": 0} 33 "unmatched": 0,
34 "all": 0,
35 }
34 self.table_rows: List[SequenceTableRow] = [] 36 self.table_rows: List[SequenceTableRow] = []
35 37
36 38
37 def get_sequence_stats(before_unique: str, 39 def get_sequence_stats(before_unique: str,
38 sequence_columns: List[str]): 40 sequence_columns: List[str]):