bschilder / ThreeWayTest

Summary statistics-based association test for identifying the pleiotropic effects with set of genetic variants
2 stars 1 forks source link

Create Docker container #16

Closed bschilder closed 1 year ago

bschilder commented 1 year ago

Built and launch a Docker container with all ThreeWayTet deps installed. Can be done easily with rworkflows by changing the arguments a bit:

rworkflows::use_workflow(run_docker = TRUE, docker_user = "bschilder", docker_org = "neurogenomicslab", force_new = TRUE)

Hosting on the neurogenomicslab account for now, but do let me know if you have your own account you prefer to host on @ftdbdl . Either way is fine with me. https://hub.docker.com/?namespace=neurogenomicslab

bschilder commented 1 year ago

Now launched here: https://hub.docker.com/repository/docker/neurogenomicslab/threewaytest/general

I've also added a vignette to show how to use the container by running:

rworkflows::use_vignette_docker(docker_org = "neurogenomicslab")
bschilder commented 1 year ago

Just ran the Docker vignette to confirm everything is working. And indeed, the ThreeWayTest container works great!

Screenshot 2023-03-08 at 12 44 06