Changes

From Genome Analysis Wiki
Jump to navigationJump to search
101 bytes added ,  15:49, 19 November 2012
no edit summary
Line 10: Line 10:  
'''StarCluster''' (see http://star.mit.edu/cluster/).
 
'''StarCluster''' (see http://star.mit.edu/cluster/).
   −
The following shows an example of how you might use ''starcluster'' to create
+
The following shows an example of how you might use ''StarCluster'' to create
 
and AWS cluster and set it up to run the Pipeline.
 
and AWS cluster and set it up to run the Pipeline.
  −
We will use ''starcluster'' to launch a set of AWS instances.
   
There are many details setting up starcluster and this is ''not'' intended to explain all
 
There are many details setting up starcluster and this is ''not'' intended to explain all
 
of the many variations you might choose, but should provide you a working example.
 
of the many variations you might choose, but should provide you a working example.
Line 76: Line 74:  
  AVAILABILITY_ZONE = us-west-2a              # Region again!
 
  AVAILABILITY_ZONE = us-west-2a              # Region again!
 
  NODE_INSTANCE_TYPE = m1.medium              # 4G memory should work for Pipeline
 
  NODE_INSTANCE_TYPE = m1.medium              # 4G memory should work for Pipeline
 
+
 +
VOLUMES = gotcloud, mydata
 +
[volume mydata]
 +
VOLUME_ID = vol-6e729657
 +
MOUNT_PATH = /mydata
 +
 +
[volume gotcloud]
 +
VOLUME_ID = vol-56071570
 +
MOUNT_PATH = /gotcloud
 
</code>
 
</code>
  
283

edits

Navigation menu