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

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.We are using a conda environment to install all needed dependencies.

Installation

  1. Clone the directory
git clone https://github.com/petrokvitka/WiNNie
  1. Switch to the directory
cd WiNNie
  1. Create the needed environment from the file tfbs.yaml
conda env create --file winnie.yaml
  1. Activate the environment
source activate winnie
  1. You are ready to use the WiNNie! To learn how to use TFBS scan, just type
python winnie.py -h