Skip to content

Commit 494a96b

Browse files
committed
spatial_ldsc_multiple_sumstats.py result rename
1 parent c3e7342 commit 494a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GPS/spatial_ldsc_multiple_sumstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def run_spatial_ldsc(config: SpatialLDSCConfig):
196196
# Save the results
197197
out_dir = Path(config.ldsc_save_dir)
198198
out_dir.mkdir(parents=True, exist_ok=True, mode=0o777)
199-
out_file_name = out_dir / f'{data_name}_{trait_name}.new.csv.gz'
199+
out_file_name = out_dir / f'{data_name}_{trait_name}.csv.gz'
200200
out_all['spot'] = out_all.index
201201
out_all = out_all[['spot', 'beta', 'se', 'z', 'p']]
202202
out_all.to_csv(out_file_name, compression='gzip', index=False)

0 commit comments

Comments
 (0)