Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 10: Line 10:     
<code>
 
<code>
   gotcloud-bin_M.m_amd64.deb          aligner and umake
+
   gotcloud-bin_latest_amd64.deb          aligner and umake
   gotcloud-test_M.n_amd64.deb        test data for software
+
   gotcloud-test_latest_amd64.deb        test data for software
 
</code>
 
</code>
   Line 22: Line 22:  
   <b>mkdir debs</b>
 
   <b>mkdir debs</b>
 
   <b>cd debs</b>
 
   <b>cd debs</b>
   <b>wget ftp://share.sph.umich.edu/gotcloud/gotcloud\*.deb</b>
+
   <b>wget ftp://share.sph.umich.edu/gotcloud/gotcloud\*latest\*.deb</b>
 
   
 
   
 
   #  Another way:
 
   #  Another way:
Line 36: Line 36:  
   ftp> <b>cd gotcloud</b>
 
   ftp> <b>cd gotcloud</b>
 
   250 Directory successfully changed.
 
   250 Directory successfully changed.
   ftp> <b>mget gotcloud*.deb</b>
+
   ftp> <b>mget gotcloud*latest*.deb</b>
 
   ftp> <b>quit</b>
 
   ftp> <b>quit</b>
 
   221 Goodbye.
 
   221 Goodbye.
Line 145: Line 145:  
<code>
 
<code>
 
  #  The easiest way:
 
  #  The easiest way:
mkdir debs
+
  wget ftp://share.sph.umich.edu/gotcloud/gotcloud-src_latest.tgz
cd debs
  −
  wget ftp://share.sph.umich.edu/gotcloud/gotcloud_src_latest.tgz
      
  #  Another way:
 
  #  Another way:
Line 161: Line 159:  
  ftp> cd gotcloud
 
  ftp> cd gotcloud
 
  250 Directory successfully changed.
 
  250 Directory successfully changed.
  ftp> get gotcloud_src_latest.tgz
+
  ftp> get gotcloud-src_latest.tgz
 
  ftp> quit
 
  ftp> quit
 
  221 Goodbye.
 
  221 Goodbye.
Line 167: Line 165:  
  #  Extract the source files
 
  #  Extract the source files
 
  cd ~/src                # Wherever you want the source files
 
  cd ~/src                # Wherever you want the source files
  tar xzf path/gotcloud_src_latest.tgz
+
  tar xzf path/gotcloud-src_latest.tgz
 
</code>
 
</code>
  
283

edits

Navigation menu