Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
genomewalker committed Nov 19, 2024
1 parent 537ba36 commit 464c79e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion bam_filter/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import logging
import pandas as pd

# from bam_filter.sam_utils import process_bam, filter_reference_BAM, check_bam_file
# Import BAM utilities
from bam_filter.bam_utils import (
check_bam_file,
Expand Down
2 changes: 1 addition & 1 deletion bam_filter/lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
create_output_files,
create_empty_output_files,
)
from bam_filter.sam_utils import check_bam_file
from bam_filter.bam_utils import check_bam_file
from collections import defaultdict
from functools import reduce
import operator
Expand Down
2 changes: 1 addition & 1 deletion bam_filter/reassign.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import concurrent.futures
import math
import warnings
from bam_filter.sam_utils import check_bam_file
from bam_filter.bam_utils import check_bam_file
import shutil
import uuid
import psutil
Expand Down

0 comments on commit 464c79e

Please sign in to comment.