Ethan Holleman

Posts with the tag guides:

Installing GROMACS on the UC Davis FARM cluster: or install GROMACS without sudo privileges.

Are you using the UC Davis FARM for molecular modeling and need to figure out how to setup GROMACS? Well hello extremely small subset of the population! This is the guide for you. Note, this is only for a basic installation. For maximum performance refer to the GROMACS guide linked above. Getting started We will be working off the installation instructions on the GROMACS website but will modify a few steps to deal with the quirks of the FARM at the time of writing and the fact you will not have sudo privileges. If you want to cut to the chase, you can run this script, which will run all the code in this guide in one go.

Using local R packages on UC Davis Genome Center cluster

I ran into a few issues trying to figure out how to run batch scripts on the Genome Center cluster. One of the least documented and hardest to figure out was how to successfully load R packages I had installed to my user directory. For example I would start R and install a package I needed and load the library with no problem. The code below would run without a problem. install.packages("glmnet") library(glmnet) But then calling the running the same script from a batch file fails to import the library. I tried multiple possible fixes with no success until I was tipped of by a current lab member about the magic word.