Closed cdeboever3 closed 5 years ago
I copied everything from /oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/notebooks/output
into output
. These are tracked with lfs and pushed. I could have linked to her directory, but I want to preserve her copies of the files in case we start changing them.
I've copied some things from /oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/scripts/output
to output
and some to private_output
. If we were to re-run Julia's notebooks or scripts, we'd have to route the output to the correct directories. I've also gzipped some files to try to cut down the sizes a bit.
I left the original files in Julia's directory unchanged.
Script output files are also committed and pushed. I've updated the path variables for a few of Julia's notebooks. In particular, the paths should look something like
path = os.path.realpath('..')
outpath = os.path.join(path, 'output/compare_cutoff_pvals')
where the outpath
has the correct name that matches the notebook name.
Closing for now as I think that everything relevant has been added. We can update the paths in the notebooks (and scripts) as needed. I expect we won't need to run the scripts again.
I also copied /oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/data/PLINK_results/
into private_output
and /oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/data/ukbb_files/
into private_data
.
The output directories for Julia's notebooks are at
/oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/notebooks/output
. The output directories for her scripts are at/oak/stanford/groups/mrivas/users/jolivier/repos/hla-assoc/scripts/output
. These should be moved tooutput
which will be tracked with git lfs orprivate_output
if too big or sensitive which will no be tracked.