Skip to content

Commit

Permalink
add comments to microtrait script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Mar 15, 2024
1 parent bc63b8e commit 7ec8b07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/loaders/compute_tools/microtrait/microtrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ def _run_microtrait(
# object returned by the
# extract_traits function.

# programe_threads is not used in this function, but it is kept for consistency with another tools (e.g., eggnog, mash)
# since extract_traits function doesn't take the number of threads as an argument
# https://github.com/ukaraoz/microtrait/blob/master/R/extract_traits.R#L22-L26

# Load the R script as an R function
r_script = """
library(microtrait)
Expand Down

0 comments on commit 7ec8b07

Please sign in to comment.