Permalink
Cannot retrieve contributors at this time
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?
weighted_MEA/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (26 sloc)
718 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WiNNie | |
Weighted motif enrichment analysis using digital genomic footprinting scores | |
## Getting started | |
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 | |
``` | |
2. Switch to the directory | |
```bash | |
cd WiNNie | |
``` | |
3. Create the needed environment from the file tfbs.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 TFBS scan, just type | |
```bash | |
python winnie.py -h | |
``` | |