Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 44: Line 44:  
  ftp> <b>cd gotcloud</b>
 
  ftp> <b>cd gotcloud</b>
 
  250 Directory successfully changed.
 
  250 Directory successfully changed.
  ftp> <b>mget h37-db135.tar.gz</b>
+
  ftp> <b>mget ref/h37-db135-v2.tar.gz</b>
 
  ftp> <b>quit</b>
 
  ftp> <b>quit</b>
 
  221 Goodbye.
 
  221 Goodbye.
Line 56: Line 56:  
  <b>mkdir -p /usr/local/gotcloud.ref</b>    # Where you want the files installed
 
  <b>mkdir -p /usr/local/gotcloud.ref</b>    # Where you want the files installed
 
  <b>cd /usr/local/gotcloud.ref</b>
 
  <b>cd /usr/local/gotcloud.ref</b>
  <b>tar xzf h37-db135.tar.gz</b>
+
  <b>tar xzf h37-db135-v2.tar.gz</b>
  <b>rm -f h37-db135.tar.gz</b>
+
  <b>rm -f h37-db135-v2.tar.gz</b>
 
</code>
 
</code>
  

Navigation menu