Skip to content

Commit

Permalink
use the new flag in anvi-summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Nov 26, 2024
1 parent 243742a commit 18a567d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/anvi-summarize
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def main(args):
if not args.contigs_db:
raise ConfigError("You must provide a contigs database when you summarize anvi'o profiles. True story.")

# set this global arg so that all functional annotations are reflected in the summary output
anvio.RETURN_ALL_FUNCTIONS_FROM_SOURCE_FOR_EACH_GENE = True

summary = summarizer.ProfileSummarizer(args)
else:
raise ConfigError("Well. '%s' is neither an anvi'o pan database, nor an anvi'o profile database. There is nothing this "
Expand Down

0 comments on commit 18a567d

Please sign in to comment.