Changes

From Genome Analysis Wiki
Jump to navigationJump to search
249 bytes added ,  10:49, 7 November 2014
Line 4: Line 4:     
Back to [[GotCloud: Amazon]]
 
Back to [[GotCloud: Amazon]]
  −
<!--        BANNER ACROSS TOP OF PAGE        -->
  −
{| style="width:100%; background:#ffb6c1; margin-top:1.2em; border:1px solid #ccc;" |
  −
| style="width:100%; text-align:center; white-space:nowrap; color:#000;" |
  −
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">This page is in the process of being updated...(10/29/14)</div>
  −
|}
  −
      
If you have access to your own cluster, your task will be much simpler.
 
If you have access to your own cluster, your task will be much simpler.
Line 127: Line 120:  
*** Replace number with the number of concurrent jobs you want to run (probably <code>CLUSTER_SIZE</code> * CPUs in <code>NODE_INSTANCE_TYPE</code>)
 
*** Replace number with the number of concurrent jobs you want to run (probably <code>CLUSTER_SIZE</code> * CPUs in <code>NODE_INSTANCE_TYPE</code>)
 
** Otherwise, run GotCloud as you normally would.
 
** Otherwise, run GotCloud as you normally would.
 +
 +
 +
To login to a specific non-master node, do:
 +
starcluster sshnode -u ubuntu mycluster node001
    
=== Monitoring Cluster Usage ===
 
=== Monitoring Cluster Usage ===
Line 186: Line 183:  
# See [[#Monitoring Cluster Usage|Monitoring Cluster Usage]] if you are interested in monitoring the cluster usage as GotCloud runs
 
# See [[#Monitoring Cluster Usage|Monitoring Cluster Usage]] if you are interested in monitoring the cluster usage as GotCloud runs
 
# When complete, GotCloud snpcall will indicate success/failure
 
# When complete, GotCloud snpcall will indicate success/failure
#* Look at the snpcall results, see: [[#GotCloud:_Amazon_Demo#Examining_SnpCall_Output|GotCloud: Amazon Demo -> Examining SnpCall Output]]
+
#* Look at the snpcall results, see: [[GotCloud:_Amazon_Demo#Examining_SnpCall_Output|GotCloud: Amazon Demo -> Examining SnpCall Output]]
    
==== Run GotCloud Indel Demo ====
 
==== Run GotCloud Indel Demo ====
 
# Run GotCloud indel
 
# Run GotCloud indel
 
#* <pre>gotcloud indel --conf example/test.conf --outdir output --numjobs 8 --batchtype sgei</pre>
 
#* <pre>gotcloud indel --conf example/test.conf --outdir output --numjobs 8 --batchtype sgei</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
 +
#** There is enough space in /home/ubuntu to put the Demo output
 +
#*** /home/ubuntu is visible from all nodes in the cluster
 +
#** This will take a few minutes to run.
 +
# See [[#Monitoring Cluster Usage|Monitoring Cluster Usage]] if you are interested in monitoring the cluster usage as GotCloud runs
 +
# When complete, GotCloud indel will indicate success/failure
 +
#* Look at the indel results, see: [[GotCloud:_Amazon_Demo#Examining_Indel_Output|GotCloud: Amazon Demo -> Examining Indel Output]]
    
==== Terminate the Demo Cluster ====
 
==== Terminate the Demo Cluster ====
 +
# Exit out of your master node
 +
#* <pre>exit</pre>
 
# Terminate the cluster
 
# Terminate the cluster
 
#* Since this is just a demo, we don't have to worry about the data getting deleted upon termination
 
#* Since this is just a demo, we don't have to worry about the data getting deleted upon termination
 
#* <pre>starcluster terminate mycluster</pre>
 
#* <pre>starcluster terminate mycluster</pre>
 
+
#** Answer <code>y</code> to the questions <code>Terminate EBS cluster mycluster (y/n)? </code>
    
== Old Instructions==
 
== Old Instructions==
Line 292: Line 298:  
If your data is visible on each node, you're ready to run the software as described
 
If your data is visible on each node, you're ready to run the software as described
 
in [[GotCloud]].
 
in [[GotCloud]].
  −
== Running GotCloud on StarCluster ==
  −
To tell GotCloud to run data on the StarCluster you have setup, specify the following on your gotcloud command-line:
  −
-batchtype sgei
  −
  −
Alternatively, you can set the following in your configuration file:
  −
BATCH_TYPE = sgei
 

Navigation menu