Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
how_to [2019/10/11 12:53] – [Use git via proxy or vpn?] adminhow_to [2019/10/18 20:50] – [Access a Bioconductor package source code?] admin
Line 235: Line 235:
 ---- ----
  
-====   Access a Bioconductor package source code?   ====+==== Access a Bioconductor package source code? ====
  
 It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g., It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g.,
Line 241: Line 241:
 <code> <code>
 mkdir ~/proj; cd ~/proj mkdir ~/proj; cd ~/proj
-git clone https://github.com/Bioconductor-mirror/Pigengene.git+git clone git@git.bioconductor.org:packages/Pigengene
 </code> </code>
  
 ---- ----
 +
  
 ==== Use git via proxy or vpn? ==== ==== Use git via proxy or vpn? ====