Skip to content

Instantly share code, notes, and snippets.

View chrisprobert's full-sized avatar

Chris Probert chrisprobert

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 2. in line 1.
[Header]
Date,09/12/2016
Experiment Name,TC2016
Workflow,GenerateFastQ
Chemistry,Default
[Reads]
76
76
[Data]
Sample_ID,Sample_Name,Index,Index2
apt-get install -y wget build-essential gettext autoconf automake libtool
wget http://download.mono-project.com/sources/mono/mono-3.2.3.tar.bz2
bunzip2 -df mono-3.2.3.tar.bz2
tar -xf mono-3.2.3.tar
cd mono-3.2.3
./configure --prefix=/usr/local; make; make install
rm -rf /tmp/*
apt-get remove --purge wget build-essential gettext autoconf automake libtool