Skip to content

Commit

Permalink
Renamed depth_analyzer import in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaplin89 committed Oct 6, 2024
1 parent 85f7b19 commit e32d633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from helix.adapters.index_stats_adapter import IndexStatsAdapter
from helix.adapters.reference_adapter import ReferenceAdapter
from helix.alignment_map.alignment_map_file import AlignmentMapFile
from helix.alignment_map.depth_analyzer import CoverageStatsCalculator
from helix.alignment_map.coverage_stats_calculator import CoverageStatsCalculator
from helix.alignment_map.index_stats_calculator import IndexStatsCalculator
from helix.configuration import MANAGER_CFG
from helix.converter import Converter
Expand Down

0 comments on commit e32d633

Please sign in to comment.