Skip to content

Commit

Permalink
Revert "fixup: Format Python code with Black"
Browse files Browse the repository at this point in the history
This reverts commit c333b05.
  • Loading branch information
Kevin Liao committed Apr 12, 2024
1 parent c99eea8 commit 9bdf8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cgr_gwas_qc/workflow/scripts/sample_concordance.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _discordant_logic(sr: pd.Series) -> bool:
]
):
# No metrics so ignore
# Issue 210: If someone is an expected replicates but has no PLINK, GRAF, or KING then these should be flagged as an discordant replicate (True). Before was returning False
# Issue 210: If someone is an expected replicates but has no PLINK, GRAF, or KING then these should be flagged as an discordant replicate (True). Before was returning False
return True

if pd.notna(sr.PLINK_is_ge_concordance):
Expand Down
1 change: 0 additions & 1 deletion src/cgr_gwas_qc/workflow/scripts/sample_qc_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def _read_intensity(file_name: Optional[Path], Sample_IDs: pd.Index) -> pd.Serie
.IdatIntensity
)


# TO-ADD: Add a parsing/summary function that returns a Series or DataFrame indexed by Sample_ID


Expand Down

0 comments on commit 9bdf8f8

Please sign in to comment.