Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 45: Line 45:     
=== Downloading From GitHub Without Git ===
 
=== Downloading From GitHub Without Git ===
Periodically download the latest copy from github from the "Downloads" link on the webpage: https://github.com/statgen/{{{repoName}}}/downloads.
+
From github you can download:
 +
# Latest Code (master branch)
 +
{{#if: {{{latestReleaseBranch|}}} | #Latest Release (via a branch) }}
 +
# Specific Release (via a tag)
 +
 
 +
==== Downloading a Released Version ====
 +
You can download a specific release from github.  To see the releases available, go to: https://github.com/statgen/{{{repoName}}}/releases
 +
 
 +
You can either download via:
 +
* Website
 +
*:Click on <code>zip</code> or <code>tar.gz</code> to download that version.
 +
* Command Line
 +
* wget https://github.com/statgen/{{{repoName}}}/archive/<tagName>.tar.gz
 +
 
 +
==== Downloading the Latest Version ====
 +
 
 +
Periodically download the latest copy from github.
 +
 
 +
You can either download the latest copy via:
 +
* Website
 +
*:Click on <code>zip</code> or <code>tar.gz</code> to download that version.
 +
* Command Line
 +
* wget https://github.com/statgen/{{{repoName}}}/archive/master.tar.gz
 +
 
    
The downloaded tar file is named "statgen-{{{repoName}}}-someHexNumber.tar.gz". The directory created when it is untared shares the same base name. I recommend that you do not change the name of the directory. If you want one called {{{repoName}}}, create a link to this directory. The hex number in the directory name identifies the version of the repository that you downloaded and is necessary to easily troubleshoot any issues you encounter. If you must rename the directory, be sure to record the hex number that was on the download for future reference.
 
The downloaded tar file is named "statgen-{{{repoName}}}-someHexNumber.tar.gz". The directory created when it is untared shares the same base name. I recommend that you do not change the name of the directory. If you want one called {{{repoName}}}, create a link to this directory. The hex number in the directory name identifies the version of the repository that you downloaded and is necessary to easily troubleshoot any issues you encounter. If you must rename the directory, be sure to record the hex number that was on the download for future reference.

Navigation menu