Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Oct 8, 2024
1 parent c7f775d commit ef2bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kb_python/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def extract(
)

if (not mm or (target_type == "gene"
and not (extract_all_fast or extract_all_unmapped))
and not (extract_all_fast or extract_all_unmapped))
or extract_all) and (t2g_path is None):
raise ValueError(
"t2g_path must be provided if mm flag is not provided, target_type is 'gene' "
Expand Down

0 comments on commit ef2bef0

Please sign in to comment.