Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,470 bytes added ,  12:52, 31 October 2014
Line 80: Line 80:     
=== Run GotCloud Indel ===
 
=== Run GotCloud Indel ===
Now run GotCloud indel
+
Now that we have examined the instance files, run GotCloud indel
 
# <pre>gotcloud indel --conf example/test.conf --outdir output --numjobs 8</pre>
 
# <pre>gotcloud indel --conf example/test.conf --outdir output --numjobs 8</pre>
 
#* The ubuntu user is setup to have the gotcloud program and tools in its path, so you can just type the program name and it will be found
 
#* The ubuntu user is setup to have the gotcloud program and tools in its path, so you can just type the program name and it will be found
Line 90: Line 90:     
==== Examining Indel Output ====
 
==== Examining Indel Output ====
 +
# Look inside the output directory to see the new indel directories:
 +
#:<pre>ls output</pre>
 +
#:[[File:IndelSnpOutput.png|900px]]
 +
#:#<code>aux</code> - intermediate indel files
 +
#:#<code>final</code> - final output of Indel pipeline
 +
#:#<code>indelvcf</code> - intermediate indel files
 +
#:#<code>gotcloud.indel.conf</code> - file containing all of the configuration settings used for this run of GotCloud
 +
#:#<code>gotcloud.indel.Makefile</code> - Makefile containing commands for this run of GotCloud
 +
#:#<code>gotcloud.indel.Makefile.log</code> - log of the GotCloud run
 +
# Important Indel output is in <code>output/final</code>
 +
#:<pre> ls output/final/</pre>
 +
#: [[File:IndelFinal.png|900px]]
 +
# Look at the final Indel VCF file.
 +
#: <pre>zless output/final/all.genotypes.vcf.gz</pre>
 +
#: Scroll down some: [[File::IndelLess.png|900px]]
 +
## Check that GotCloud found the expected Indel at 22:36662041
 +
##:<pre>tabix output/final/all.genotypes.vcf.gz 22:36662041-36662041|less -S</pre>
 +
##:[[File:IndelTabix.png|900px]]
 +
 +
== Exit & Terminate ==
 +
Prior to terminating, make sure you copy any data off of the root EBS volume attached to the instance as it will be deleted when you terminate.
 +
# Exit from your terminal
 +
# Terminate your Amazon Instance
 +
#* Right click on the instance you want to terminate in the EC2 dashboard
 +
#* Select Terminate
 +
#* Select "Yes, Terminate" to indicate you would like to terminate and the storage will be deleted.

Navigation menu