Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Nov 27, 2024
1 parent c7fdf3e commit 552a04f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathogenprofiler/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def get_barcoding_mutations(mutations: dict, barcode_bed: str) -> tuple[dict, Li


def barcode(mutations,barcode_bed: str,snps_file=None,stdev_cutoff=0.15) -> List[BarcodeResult]:
if stdev_cutoff is None:
stdev_cutoff = 0.15
bed_num_col = len(open(barcode_bed).readline().rstrip().split("\t"))
# bed = []
lineage_info = {}
Expand Down

0 comments on commit 552a04f

Please sign in to comment.