Skip to content

Commit

Permalink
write region name for each SNP
Browse files Browse the repository at this point in the history
  • Loading branch information
omerwe committed Jan 21, 2022
1 parent 3cc57b0 commit 1419504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aggregate_finemapper_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def main(args):
else:
raise IOError(err_msg + '.\nTo override this error, please provide the flag --allow-missing-jobs')
df_sumstats_r = pd.read_table(output_file_r)
df_sumstats_r['REGION'] = 'chr%s:%s-%s'%(chr_num, start, end)

#mark distance from center
middle = (start+end)//2
Expand Down

0 comments on commit 1419504

Please sign in to comment.