Skip to content
Jeffrey Ross-Ibarra edited this page Apr 1, 2024 · 33 revisions

Contents

Computing:

  • Using Farm: How to use the College of Agricultural and Environmental Sciences computing cluster.
  • A great intro to Using Farm and how to run R (note the interactive R instructions here are outdated, use this instead).
  • A second introduction to Farm (download html and open locally)
  • Git Best Practices: Resources and Tips on how to use Git.
  • Code Styleguides: Links to Google's Code Styleguides which should be roughly adopted in the lab.
  • Local lab server: ssh to 169.237.206.55, login id = rilab, ask for password.

Maize information:

Lab protocols:

  • Wetlab Protocols: Lists of shared protocols for wetlab work.
  • Germplasm: Information on germplasm database and usage
  • Field: Information on growing, crossing, and phenotyping corn

Lab Calendar

Contributing

There are two ways to contribute to this lab wiki:

  1. By editing online using Github's wiki editor.
  2. Cloning and working with the Markdown files locally.

To clone this lab wiki, use:

$ git clone git@github.com:RILAB/lab-docs.wiki.git lab-wiki

Then, edit each file in your text editor, commit the changes, and push them. If you're denied access to push, let Jeff know. For more information, see Contributing to the Lab Wiki.