-
Notifications
You must be signed in to change notification settings - Fork 3
Catalog plots
jdhayhurst edited this page Nov 3, 2021
·
8 revisions
- Docker needs to be installed: https://docs.docker.com/get-docker/
- Using a terminal run the following (
cd
to the directory you want the output to be written to):
docker run -it ebispot/gwas-utils python /catalogPlots/gwas_cat_plus_ss.py
- Let it run (it may take several minutes to collect all the data from the REST API
- The output is written to the current working directory to a file called
study_download_with_sumstats_status_YYYY-MM-DD.tsv
- Note If you need to update the docker container to reflect any changes in the software:
-
docker pull ebispot/gwas-utils
to pull the latest docker image
- login to cluster and cd to the directory you want the output written to
bsub -M4000 -R "rusage[mem=4000]" "singularity exec docker://ebispot/gwas-utils:latest python /catalogPlots/gwas_cat_plus_ss.py"
- wait for email from lsf to tell you it's done