Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio committed Jan 5, 2021
1 parent 53ab662 commit c992b3e
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions index.md
Expand Up @@ -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
Expand Down

0 comments on commit c992b3e

Please sign in to comment.