Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuysDB committed Oct 14, 2024
1 parent d96bdc7 commit da3b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlecellmultiomics/bamProcessing/bamFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def get_read_group_format(bam):

if len(format_type_obs)==1:
return format_type_obs.most_common(1)[0][0]
raise ValueError('Failed to indentify read group format ')
raise ValueError('Failed to identify read group format ')


def _get_sample_to_read_group_dict(handle):
Expand Down

0 comments on commit da3b859

Please sign in to comment.