Skip to content

Commit

Permalink
Consistent analysis stage indexes (#44)
Browse files Browse the repository at this point in the history
* Fix analysis stage indexes

* bump version
  • Loading branch information
dfornika authored Jul 11, 2024
1 parent 7264c22 commit 44834fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fluviewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.11-4'
__version__ = '0.1.11-5'
8 changes: 2 additions & 6 deletions fluviewer/fluviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,8 @@ def main():
args.output_name,
)

if args.skip_depth_normalization:
analysis_stages = []
else:
analysis_stages = ['normalize_depth']

analysis_stages += [
analysis_stages = [
'normalize_depth',
'assemble_contigs',
'blast_contigs',
'scaffolding',
Expand Down

0 comments on commit 44834fc

Please sign in to comment.