diff --git a/tutorial/Makefile b/tutorial/Makefile index d707406be3ab605706b6a3e77f6b946961281ba3..7267a44f9a1b1339371c2dba0f9058715267b773 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -1,3 +1,3 @@ all: - pandoc --css bootstrap.css --template template.class.html -s -S bedtools.md -o bedtools.html + pandoc --css bootstrap.css --template template.html -s -S bedtools.md -o bedtools.html pandoc --css bootstrap.css --template template.class.html -s -S answers.md -o answers.html diff --git a/tutorial/bedtools.html b/tutorial/bedtools.html index 9f2c6204423f1fd2a9a430562f019b1d3cbc72fb..0f32657bc33443c9f279561300ffbcf36cf1ea7b 100644 --- a/tutorial/bedtools.html +++ b/tutorial/bedtools.html @@ -22,7 +22,7 @@ </div> <div class="container"> <div class="row"> - <div class="span12"> + <div class="span12"> <h1 id="synopsis">Synopsis</h1> <p>Our goal is to work through examples that demonstrate how to explore, process and manipulate genomic interval files (e.g., BED, VCF, BAM) with the <code>bedtools</code> software package.</p> <p>Some of our analysis will be based upon the Maurano et al exploration of DnaseI hypersensitivity sites in hundreds of primary tissue types.</p>