daveuu / baga

Bacterial and Archaeal Genome Analyser
GNU General Public License v3.0
9 stars 2 forks source link

Typo installing pre-reqs for debian systems #6

Closed biobenkj closed 8 years ago

biobenkj commented 8 years ago

This pipeline is fantastic!

Just a quick note on a typo:

sudo apt-get install build-essentials cython

It should be:

sudo apt-get install build-essential cython

Again, this is great!

daveuu commented 8 years ago

Thanks - fixed.