We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9aba1 commit 052ea05Copy full SHA for 052ea05
py_src/DefaultDBGenerator.py
@@ -116,7 +116,7 @@ def generate_default_db(master_table: pd.DataFrame) -> pd.DataFrame:
116
complex_id = 0
117
118
for chain in ["alpha", "beta"]:
119
- if clone[f"cdr3.{chain}"]:
+ if clone[f"cdr3.{chain}"] and clone[f"v.{chain}"] and clone[f"j.{chain}"]:
120
clone_compact = {
121
"complex.id": complex_id,
122
"gene": "TRA" if chain == "alpha" else "TRB",
0 commit comments