The-Bioinformatics-Group / Albiorix

Code used for configuration and administration of the bioinformatics computer cluster Albiorix at the Department of Biological and Environmental Sciences and Marine sciences, University of Gothenburg.
http://albiorix.bioenv.gu.se/
4 stars 5 forks source link

Install Poppr #39

Closed crustaceana closed 8 years ago

mtop commented 8 years ago

Hi @crustaceana!

Do you have a link where I can download this program?

Thanks

Mats

crustaceana commented 8 years ago

Github (https://github.com/grunwaldlab/poppr): You can also install poppr via github with the following commands (make sure the devtools package is installed):

install.packages("devtools") library(devtools)

For the most recent version:

install_github("grunwaldlab/poppr")

All info about the package is here:

http://grunwaldlab.cgrb.oregonstate.edu/primer-population-genetic-analyses-r/installation

mtop commented 8 years ago

Thanks! The library has been installed for version 3.1.3 of R. This version is available using "module load R/v.3.1.3"