Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Feb 19, 2024
1 parent 293e74c commit cdd44e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgscatalog_utils/scorefile/scoringfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def from_path(cls, path: pathlib.Path):
path=path, start_line=start_line, fields=cols, name=name, is_wide=is_wide
)

# note: the qc generators aren't doing a bunch of nested iterations
# it's just a data processing pipeline
# the quality_control function normalises a list of variants to have a standard representation
# attributes are overwritten using harmonised data, etc.
variants: typing.Generator[ScoreVariant, None, None] = quality_control(
variants, header=header, harmonised=harmonised, wide=is_wide
)
Expand Down

0 comments on commit cdd44e7

Please sign in to comment.