Template:GotCloud: Amazon Demo Setup
From Genome Analysis Wiki
Revision as of 07:38, 31 October 2014 by Mktrost (talk | contribs) (Mktrost moved page GotCloud: Amazon Demo Setup to Template: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,
example
andgotcloud
- The
example
directory contains the files for this demo - The
gotcloud
directory contains the gotcloud programs and pre-compiled source
- The
- You can check this by doing:
- Look at the example input files:
ls example
bam.list
contains the list of BAM files per samplebams
is a subdirectory containing the BAM files for this demotest.bed
contains 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.conf
contains 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: