Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
![alt text](https://github.molgen.mpg.de/loosolab/WiNNie/blob/master/logo/winnie_logo_white_name.png)
Weighted motif enrichment analysis
## Getting started
To learn more about WiNNie please consult the [Wiki](https://github.molgen.mpg.de/loosolab/WiNNie/wiki).
To set up WiNNie for a run, please make sure you have installed [CONDA](https://github.com/conda/conda). We are using a conda environment to install all needed dependencies.
Installation
-------------
1. Clone the directory:
```bash
git clone https://github.com/petrokvitka/WiNNie.git/
```
2. Switch to the directory:
```bash
cd WiNNie
```
3. Create the needed conda environment from the file winnie.yaml:
```bash
conda env create --file winnie.yaml
```
4. Activate the environment:
```bash
source activate winnie
```
5. You are ready to use the WiNNie! To learn how to use it, just type:
```bash
python winnie.py -h
```