Skip to content

Commit

Permalink
style: self code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Oct 6, 2023
1 parent 385eaf1 commit 76e0abd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ build: clean ## Build Python package with dependencies
@gsutil cp ./dist/${APP_NAME}-${VERSION_NO}-py3-none-any.whl ${BUCKET_NAME}
@gsutil cp ./dist/config.tar.gz ${BUCKET_NAME}
@gsutil cp ./utils/install_dependencies_on_cluster.sh ${BUCKET_NAME}
@gsutil -m cp -r 'dags/*' ${BUCKET_COMPOSER_DAGS}
2 changes: 1 addition & 1 deletion src/otg/datasource/finngen/summary_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def from_finngen_harmonized_summary_stats(
cls: type[FinnGenSummaryStats],
summary_stats_df: DataFrame,
) -> FinnGenSummaryStats:
"""Summary statistics ingestion for one FinnGen study."""
"""Ingests all summary statst for all FinnGen studies."""
processed_summary_stats_df = (
summary_stats_df
# Drop rows which don't have proper position.
Expand Down

0 comments on commit 76e0abd

Please sign in to comment.