From 05a51ded3d75aa5f6ba6ea6d91ca55045ba333b8 Mon Sep 17 00:00:00 2001 From: Jeff Hammerbacher Date: Sat, 12 Dec 2015 20:42:19 -0500 Subject: [PATCH] Escape :end: emoji --- docs/file_specs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/file_specs.md b/docs/file_specs.md index 62da1a5..f0918cd 100755 --- a/docs/file_specs.md +++ b/docs/file_specs.md @@ -19,7 +19,7 @@ ###### Table - tab-separated -- row indexes are chrom:start:end:strand corresponding to [BED](#bed). +- row indexes are `chrom:start:end:strand` corresponding to [BED](#bed). - columns are sample names. - entries are 0/1 accessibility/binding/activity. @@ -42,4 +42,4 @@ ###### Model - [serialized Torch7 model](https://github.com/torch/torch7/blob/master/doc/serialization.md) -- [basset_train.lua](learning.md#train) saves a check point after every epoch and saves the best validation loss. \ No newline at end of file +- [basset_train.lua](learning.md#train) saves a check point after every epoch and saves the best validation loss.