File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ class is nothing but one that iterates through all contigs DBs
6666 self .add_coverage = True if A ('add_coverage' ) else False
6767 self .add_copy_number = True if A ('add_copy_number' ) else False
6868 self .exclude_kos_no_threshold = False if A ('include_kos_not_in_kofam' ) else True
69- self .include_stray_kos = True if A ('include_nt_KOs' ) else False
69+ self .include_stray_kos = True if A ('include_nt_KOs' ) or A ('include_stray_kos' ) else False # quick fix for backward compatability
70+ self .include_nt_KOs = True if A ('include_nt_KOs' ) or A ('include_stray_kos' ) else False # quick fix for backward compatability
7071 self .ignore_unknown_kos = True if A ('ignore_unknown_KOs' ) else False
7172 self .exclude_dashed_reactions = True if A ('exclude_dashed_reactions' ) else False
7273 self .module_specific_matrices = A ('module_specific_matrices' ) or None
You can’t perform that action at this time.
0 commit comments