From f542c998d75396fa4bc6ff9f820799eda373988a Mon Sep 17 00:00:00 2001 From: arq5x <arq5x@virginia.edu> Date: Wed, 19 Nov 2014 19:16:29 -0500 Subject: [PATCH] restore TOC --- tutorial/Makefile | 2 +- tutorial/bedtools.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index d707406b..7267a44f 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 9f2c6204..0f32657b 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> -- GitLab