comparison sequence_overview.py @ 94:84e9e5c8c101 draft

"planemo upload commit d4be85014b638f1d50b318d4b735be7f6e973140"
author rhpvorderman
date Fri, 24 Mar 2023 16:58:28 +0000
parents 8fcf31272f6e
children 385dea3c6cb5
comparison
equal deleted inserted replaced
93:8fcf31272f6e 94:84e9e5c8c101
23 def __init__(self): 23 def __init__(self):
24 self.counts: Dict[str, int] = { 24 self.counts: Dict[str, int] = {
25 "IGA1": 0, 25 "IGA1": 0,
26 "IGA2": 0, 26 "IGA2": 0,
27 "IGE": 0, 27 "IGE": 0,
28 "IGA": 0, # IGA and IGG without subclasses only exist when the
29 "IGG": 0, # everything is IGA or IGG option is chosen.
28 "IGG1": 0, 30 "IGG1": 0,
29 "IGG2": 0, 31 "IGG2": 0,
30 "IGG3": 0, 32 "IGG3": 0,
31 "IGG4": 0, 33 "IGG4": 0,
32 "IGM": 0, 34 "IGM": 0,