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?
TFBSscan/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.
26 lines (24 sloc)
537 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
# TFBSscan | |
The tool to search for motifs within the whole genome or regions of interest | |
Installation | |
------------- | |
1. Clone the directory | |
```bash | |
git clone https://github.molgen.mpg.de/anastasiia/TFBSscan | |
``` | |
2. Switch to the directory | |
```bash | |
cd TFBSscan | |
``` | |
3. Create the needed environment from the file tfbs.yaml | |
```bash | |
conda env create --file tfbs.yaml | |
``` | |
4. Activate the environment | |
```bash | |
source activate tfbs | |
``` | |
5. You are ready to use the TFBS scan! To learn how to use TFBS scan, just type | |
```bash | |
python tfbsscan.py | |
``` |