Skip to content

Commit

Permalink
feat: changing output path to include studyLocusId mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Considine committed Apr 23, 2024
1 parent c8429d3 commit 404d345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gentropy/susie_finemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ def __init__(
locus_L,
)
# Write result
result.df.write.mode(session.write_mode).parquet(output_path)
result.df.write.mode(session.write_mode).parquet(
output_path + "/" + study_locus_to_finemap
)

@staticmethod
def susie_finemapper_one_studylocus_row(
Expand Down

0 comments on commit 404d345

Please sign in to comment.