Follow these instructions one time at the beginning of the semester.
This setup script performs the following actions: (1) Set a parameter backend:agg
that lets the popular Python-based visualization software matplotlib
work; (2) tell the operating system where to find executables for the SHI7 tool.
Copy this command, paste it into your terminal, and press "return". It's OK to get a "File exists" error:
bash /home/knightsd/public/mice5035/mice5035_setup.sh
module load qiime/1.9.1_centos7
(Load the "QIIME" software)
print_qiime_config.py
(to test that this package is working).
This should print out some details about your system configuration and should not return any errors. If so, you are now ready to use MSI and all of the bioinformatics packages they have available.
# make sure you are in your home directory
cd
# download a copy of this repo to your directory
git clone https://github.com/danknights/mice5035.git
We will be using R and R Studio in this class.
Instructions for installing R can be found here: https://mirror.las.iastate.edu/CRAN/
Instructions for installing RStudio can be found here: https://posit.co/downloads/
More detailed instructions can be found here.