Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 76: Line 76:     
== Running SnpCall ==
 
== Running SnpCall ==
${GC}/gotcloud snpcall --conf $SAMPLE/gotcloud.conf --numjobs 6
+
Run GotCloud snpcall with 6 jobs running in parallel
 +
* Why 6? 
 +
** You want to run as many as you can.
 +
** 5 of you on the machine - 5*6 = 30 jobs will be running in parallel on that machine
 +
${GC}/gotcloud snpcall --conf $SAMPLE/gotcloud.conf --numjobs 6
 
* Only need the configuration & number of threads, rest is specified within the configuration.
 
* Only need the configuration & number of threads, rest is specified within the configuration.
   −
 
+
This will run overnight. We will check if it completed at the practical in the morning.
 
  −
 
  −
Run 4 jobs on our mini-cluster
  −
  $GC/gotcloud snpcall --conf ~/personal/gotcloud.2x.conf --numjobs 4 --batchtype mosix --batchopts "-j10,11,12,13"
  −
* --batchtype says to use mosix (our cluster system)
  −
* --batchopts tells mosix the options to run with
  −
** for mosix, -j10,11,12,13 says to run on nodes 10, 11, 12, & 13 - the names of the 4 nodes on our mini-cluster
      
== Exome ==
 
== Exome ==

Navigation menu