Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Annick Renevey <47788523+rannick@users.noreply.github.com>
  • Loading branch information
Lucpen and rannick authored Oct 11, 2024
1 parent 64c0206 commit 893fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/drop_sample_annot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def is_stranded(strandedness: str) -> str:


def count_mode(sample_count_mode: str) -> str:
"""Logical funciton to determine if count mode is given or default "IntersectionStrict" should be used"""
"""Logical function to determine if count mode is given or default "IntersectionStrict" should be used"""
if isna(sample_count_mode) or sample_count_mode == "" or sample_count_mode == "NA":
return "IntersectionStrict"
else:
Expand Down

0 comments on commit 893fa4a

Please sign in to comment.