We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2bef0 commit ad33569Copy full SHA for ad33569
kb_python/extract.py
@@ -323,7 +323,7 @@ def extract(
323
)
324
325
if (not mm or (target_type == "gene"
326
- and not (extract_all_fast or extract_all_unmapped))
+ and not (extract_all_fast or extract_all_unmapped))
327
or extract_all) and (t2g_path is None):
328
raise ValueError(
329
"t2g_path must be provided if mm flag is not provided, target_type is 'gene' "
0 commit comments