Skip to content

Commit

Permalink
Merge branch 'master' into pretty-defline-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Sep 25, 2024
2 parents b461f29 + aa73ca2 commit 2e67baa
Show file tree
Hide file tree
Showing 59 changed files with 17,895 additions and 10,129 deletions.
16 changes: 16 additions & 0 deletions anvio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3168,6 +3168,22 @@ def TABULATE(table, header, numalign="right", max_width=0):
'action': 'store_true',
'help': "Use this flag to skip using BRITE hierarchies, which we don't recommend but let you do anyways."}
),
'skip-binary-relations': (
['--skip-binary-relations'],
{'default': False,
'action': 'store_true',
'help': "Use this flag to skip setting up KEGG binary relation files, which we don't "
"recommend, since they are necessary for running `anvi-reaction-network`, but "
"let you do anyways."}
),
'skip-map-images': (
['--skip-map-images'],
{'default': False,
'action': 'store_true',
'help': "Use this flag to skip setting up KEGG pathway map image files, which we don't "
"recommend, since they are used in visualizing pathway membership, but let you "
"do anyways."}
),
'heuristic-e-value': (
['-E', '--heuristic-e-value'],
{'default': 1.0e-5,
Expand Down
3 changes: 0 additions & 3 deletions anvio/biochemistry/__init__.py

This file was deleted.

Loading

0 comments on commit 2e67baa

Please sign in to comment.