Skip to content

Commit

Permalink
Fixes other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Dec 3, 2024
1 parent 02ef295 commit 0f4702a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/cleanup_adelie_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
geno_out_chr = np.asfortranarray(geno_out_chr.T)

# define cache directory and snpdat filename
cache_dir = "/scratch/candes/for_parth/tmp"
cache_dir = "/scratch/groups/candes/parth"

chromosomes = df_bim["chr"].unique()

Expand Down
2 changes: 1 addition & 1 deletion utils/sherlock_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
raise RuntimeError()

data_dir = "/oak/stanford/groups/candes/for_parth"
cache_dir = "/scratch/candes/for_parth"
cache_dir = "/scratch/groups/candes/parth"
df = pd.read_csv(os.path.join(data_dir, "phenotypes.QC.britishonly.csv"), index_col=0)
covars_dense = df.loc[:, df.columns != 'height'].to_numpy()
y = df['height'].to_numpy()
Expand Down

0 comments on commit 0f4702a

Please sign in to comment.