Skip to content

Commit

Permalink
add plot usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed May 28, 2021
1 parent c2972af commit 3082fa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions multivariate-fine-mapping/mixture_prior.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
" --datadir $m --name `basename $m` &> bovy_$m.log\n",
"```\n",
"\n",
"### Plot results\n",
"\n",
"```\n",
"sos run mixture_prior.ipynb plot_U --model-data /path/to/mixture_model.rds --cwd output\n",
"```\n",
"\n",
"Notice that for production use, each `sos run` command should be submitted to the cluster as a job."
]
},
Expand Down

0 comments on commit 3082fa8

Please sign in to comment.