rhijmans / 2021-august-remote-computing

Remote computing workshops in August 2021

Home Page:https://ngs-docs.github.io/2021-august-remote-computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Introduction to Remote Computing

These are the source materials for the August 2021 offering of An Introduction to Remote Computing.

See the course Web site for the rendered materials, including links to recordings!

See the base repository for material that may be more up to date and can be reused/remixed.

To build locally:

  • Enter the following commands to re-build the bookdown (make) and view the website (open). (You only have to create the bookdown environment once!):
    mamba env create -f environment.yml -n bookdown
    conda activate bookdown
    make
    open docs/index.html
    

About

Remote computing workshops in August 2021

https://ngs-docs.github.io/2021-august-remote-computing


Languages

Language:Shell 60.9%Language:R 32.9%Language:Makefile 6.1%