Bioinformatics Training Handouts

A Workshop developed by the University of Adelaide, Bioinformatics Hub. This workshop also utilises the templates designed and provided by Bioplatforms Australia (BPA), CSIRO Bioinformatics Core and the EBI.

View the Project on GitHub UofABioinformaticsHub/Intro-Bash

Build Status

Table of Contents

Homepage and PDFs

You can access the homepage, and up-to-date PDFs, for this project at http://uofabioinformaticshub.github.io/Intro-Bash

Workshop Feedback

Please provide feedback on the workshop at https://www.surveymonkey.com/r/8GMFWQ6

Purpose

This repository contains style information for use with LaTeX to generate consistently styled handout documents for use in hands-on bioinformatics training workshops.

You can find full details of the templates used to build this repository at: http://BPA-CSIRO-Workshops.github.io/handout-template/

Building PDFs from LaTeX Source

First you need to install texlive and a bunch of LaTeX packages. To make this easy we have provided a script to do this:

cd developers
sudo ./texlive_install.sh
cd ../

Secondly, you need to add the location of the texlive binary's to your PATH. If you installed texlive using the supplied script, the following should work:

export PATH=/usr/local/texlive/2013/bin/x86_64-linux:$PATH

Now you're ready to build the PDFs using the supplied Makefile:

make

Credits

This style was originally designed for the Next Generation Sequencing (NGS) hands-on workshop developed by Bioplatforms Australia (BPA), CSIRO Bioinformatics Core and the EBI. It was written predominantly by Nathan S. Watson-Haigh.

License

The contents of this repository are released under the Creative Commons Attribution 3.0 Unported License. For a summary of what this means, please see: http://creativecommons.org/licenses/by/3.0/deed.en_GB