diff --git a/README.md b/README.md index 59b85289e50b29baf12d188f4b773ea161688ab0..bbfa23a830a22d6b59c80c40814bd6f6c4b98dec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ | --- | --- | --- | | [](https://cran.r-project.org/mirrors.html) | [](https://cran.r-project.org/mirrors.html) | [](https://repo.continuum.io/archive/) | | [-green?style=plastic)](https://www.gnu.org/licenses) | [](https://github.com/rstudio/reticulate) | [](https://github.com/koszullab/serpentine) | -| | [](https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/parallel-package.html) | | | | [](https://github.com/tidyverse/lubridate) | | | | [](https://github.com/hadley/reshape) | | | | [](https://github.com/tidyverse/ggplot2) | | @@ -81,9 +80,7 @@ Slitherine finds significant coverage differences when comparing two contact mat 3) Source the slitherine.R file, for instance using the following instruction: -``` -source("C:/Users/Gael/Desktop/slitherine.R") -``` + ` source("C:/Users/Gael/Desktop/slitherine.R") ` ### Using a R CLI (command line interface) @@ -94,14 +91,10 @@ source("C:/Users/Gael/Desktop/slitherine.R") 3) run slitherine.R, for instance using the following instruction: -``` -Rscript slitherine.R slitherine.config -``` + ` Rscript slitherine.R slitherine.config ` For cygwin, use something like: -``` -/cygdrive/c/Program\ Files/R/R-3.5.3/bin/Rscript slitherine.R slitherine.config -``` +` /cygdrive/c/Program\ Files/R/R-3.5.3/bin/Rscript slitherine.R slitherine.config ` ## SLITHERINE OUTPUT diff --git a/other/slitherine.doc b/other/slitherine.doc index 35d8db95061f4e91bc1adbfac41142be8dfc9d71..154a2be81b03662ef9fb4a7f97e2942f3ff157e4 100644 Binary files a/other/slitherine.doc and b/other/slitherine.doc differ