Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 166: Line 166:     
== Tar Binary Releases ==
 
== Tar Binary Releases ==
 +
 +
The tar binary releases contain the precompiled binaries and scripts necessary to run gotcloud.
 +
 +
If you would like to install from:
 +
* debian packages, see: [[#GotCloud Debian Packages|Debian Packages]]
 +
* source, see: [[GotCloud: Source Releases]]
 +
 +
=== Installing Tar Releases ===
 +
 +
The tar files are available for download from ftp://share.sph.umich.edu/gotcloud/ :
 +
<code>
 +
  gotcloudBin_latest.tgz          aligner and variant caller
 +
  gotcloudTest_latest.tgz        test data for software
 +
  M.n/gotcloud-bin_M.n.tar.gz    version M.n of aligner and variant caller
 +
  M.n/gotcloud-test_M.n.tar.gz    version M.n of test data for software
 +
</code>
 +
Where 'M.n' is replaced with the specific version numbers.
 +
 +
See [[GotCloud: Versions]] for details on the changes for each version.
 +
 +
 +
====Fetch the Tar Releases====
 +
 +
<code>
 +
  #  The easiest way:
 +
  <b>mkdir debs</b>
 +
  <b>cd debs</b>
 +
  <b>wget --retr-symlinks ftp://share.sph.umich.edu/gotcloud/gotcloud\*latest\*.deb</b>
 +
 +
  #  Another way:
 +
  <b>ftp share.sph.umich.edu</b>
 +
  Connected to share.sph.umich.edu.
 +
  220 (vsFTPd 2.3.5)
 +
  Name (share.sph.umich.edu:tpg): <b>anonymous</b>
 +
  230 Login successful.
 +
  Remote system type is UNIX.
 +
  Using binary mode to transfer files.
 +
  ftp> <b>prompt</b>
 +
  Interactive mode off.
 +
  ftp> <b>cd gotcloud</b>
 +
  250 Directory successfully changed.
 +
  ftp> <b>mget gotcloud*latest*.deb</b>
 +
  ftp> <b>quit</b>
 +
  221 Goodbye.
 +
</code>
 +
    
=Creating Your Own Debian Package From the Source=
 
=Creating Your Own Debian Package From the Source=

Navigation menu