Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

d3b-center/pbta-ancestry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic ancestry superpopulations show distinct prevalence and outcomes across pediatric central nervous system tumors

Ryan J. Corbett, Cricket C. Gullickson, Zhuangzhuang Geng, Miguel A. Brown, Bo Zhang, Chuwei Zhong, Nicholas Van Kuren, Antonia Chroni, Christopher Blackden, Ammar S. Naqvi, Alexa Plisiewicz, Sean McHugh, Emmett Drake, Kaitlin Lehmann, Tom B. Davidson, Michael Prados, Phillip B. Storm, Adam C. Resnick, Angela J. Waanders, Sebastian M. Waszak, Sabine Mueller, Jo Lynne Rokita, Cassie Kline

This repository is no longer maintained. Please see https://github.com/rokitalab/pbta-genetic-ancestry for future updates.

To reproduce the code in this repository

  1. Clone the repository:
git clone [email protected]:d3b-center/pbta-ancestry.git
  1. Pull Docker container:
docker pull pgc-images.sbgenomics.com/rokita-lab/pbta-ancestry:v1.0.0
  1. Start the Docker container; from the pbta-ancestry folder, run:
docker run --name <CONTAINER_NAME> -d -e PASSWORD=pass -p 8787:8787 -v $PWD:/home/rstudio/pbta-ancestry pgc-images.sbgenomics.com/rokita-lab/pbta-ancestry:v1.0.0

NOTE: if running on a MacBook with M1 chip, please incude the argument --platform linux/amd64

  1. Execute the shell within the docker image; from the pbta-ancestry folder, run:
docker exec -ti <CONTAINER_NAME> bash
  1. Run the download_data.sh shell script to obtain latest data files:
bash download_data.sh

Code Author

Ryan Corbett (@rjcorb)

Contact

For questions, please submit an issue to https://github.com/rokitalab/pbta-genetic-ancestry.