Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 35: Line 35:  
<code>
 
<code>
 
  #  The easiest way to get the data:
 
  #  The easiest way to get the data:
  <b>wget ftp://anonymous@share.sph.umich.edu/gotcloud/ref/h37-db135-v2.tgz</b>
+
  <b>wget ftp://anonymous@share.sph.umich.edu/gotcloud/ref/h37-db135-v3.tgz</b>
    
  #  Another way:
 
  #  Another way:
Line 49: Line 49:  
  ftp> <b>cd gotcloud</b>
 
  ftp> <b>cd gotcloud</b>
 
  250 Directory successfully changed.
 
  250 Directory successfully changed.
  ftp> <b>mget ref/h37-db135-v2.tgz</b>
+
  ftp> <b>mget ref/h37-db135-v3.tgz</b>
 
  ftp> <b>quit</b>
 
  ftp> <b>quit</b>
 
  221 Goodbye.
 
  221 Goodbye.
Line 57: Line 57:     
<code>
 
<code>
  <b>tar xzf h37-db135-v2.tgz</b>
+
  <b>tar xzf h37-db135-v3.tgz</b>
  <b>rm -f h37-db135-v2.tgz</b>
+
  <b>rm -f h37-db135-v3.tgz</b>
 
</code>
 
</code>
  

Navigation menu