Skip to content

Commit

Permalink
Merge branch 'master' into make-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd authored Jul 26, 2024
2 parents aa45e53 + 9abb955 commit 5c75b36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kg_microbe/transform_utils/traits/traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@ def run(self, data_file: Union[Optional[Path], Optional[str]] = None, show_statu

if not (self.nlp_output_dir / go_result_fn).is_file():
annotate(
go_nlp_df, GO_PREFIX, exclusion_list, self.nlp_output_dir / go_result_fn, False, None
go_nlp_df,
GO_PREFIX,
exclusion_list,
self.nlp_output_dir / go_result_fn,
False,
None,
)
go_result = pd.read_csv(
str(self.nlp_output_dir / go_result_fn), sep="\t", low_memory=False
Expand Down

0 comments on commit 5c75b36

Please sign in to comment.