diff --git a/index.md b/index.md index c4e4cee..13a2674 100644 --- a/index.md +++ b/index.md @@ -14,21 +14,20 @@ To install them directly you need to have previously installed `BiocManager` and BiocManager::install(c("Biostrings", "biomaRt", "GO.db", "rtracklayer")) ``` -### DeepTools +### deepTools Certain functions of this package require that `deeptools` is installed on your system. For more information see the [deepTools](https://deeptools.readthedocs.io/en/develop/content/installation.html) installation page. - -#### Installation via `conda` -```bash -conda install -c bioconda deeptools -``` - -#### Command line installation using `pip` -Install deepTools using the following command: -```python -pip install deeptools -``` -All python requirements should be automatically installed. - +* **Installation via `conda`**: `conda install -c bioconda deeptools` +* **Command line installation using `pip`**: `pip install deeptools`, All python requirements should be automatically installed. + + +### bedTools +Certain functions of this package require that `bedtools` is installed on your system. For more information see the [bedTools](https://bedtools.readthedocs.io/en/latest/content/installation.html) installation page. +* **Installation via `conda`**: `conda install -c bioconda bedtools` +* **Command line installation**: + - Fedora/Centos: `yum install BEDTools` + - Debian/Ubuntu: `apt-get install bedtools` + - Homebrew (MacOS): `brew tap homebrew/science; brew install bedtools` + - MacPorts: `port install bedtools` ## Installation