Template:GotCloud: Amazon Demo Setup
From Genome Analysis Wiki
(Redirected from GotCloud: Amazon Demo Setup)
Examine the Setup
- After logging into the Amazon node as the ubuntu user, you should by default be in the ubuntu home directory:
/home/ubuntu- You can check this by doing:
pwd
- This should output:
/home/ubuntu
- Take a look at the contents of the ubuntu user home directory
ls
- This should output be 2 directories,
exampleandgotcloud- The
exampledirectory contains the files for this demo - The
gotclouddirectory contains the gotcloud programs and pre-compiled source
- The
- You can check this by doing:
- Look at the example input files:
ls example
bam.listcontains the list of BAM files per samplebamsis a subdirectory containing the BAM files for this demotest.bedcontains the region we want to process in this demo- To make the demo run faster, we only want to process a small region of chromosome 22. This file tells GotCloud the region. The region we are using is the APOL1 region
test.confcontains the settings we want GotCloud to use for this run
- For the demo, we want to tell GotCloud:
- The list of bams to use:
BAM_LIST = example/bam.list - The region to process rather than the whole genome:
UNIFORM_TARGET_BED = example/test.bed - The chromosomes to process. The default chromosomes are 1-22 & X, but we only want to process chromosome 22:
CHRS = 22
- The list of bams to use:
- For the demo, we want to tell GotCloud: