GimmeMotifs is a motif prediction pipeline.
Project description
Suite of motif tools, including a motif prediction pipeline for ChIP-seq experiments.
See full GimmeMotifs documentation for detailed installation instructions and usage examples.
Easy installation
The most straightforward way to install GimmeMotifs is via conda using the bioconda channel.
$ conda install gimmemotifs -c bioconda
Quick start
Download a genome
Create a directory to store genome files.
$ mkdir $HOME/genomes/
To download and index a genome (all UCSC-supported genomes):
$ gimme genome $HOME/genomes/ hg38
Alternatively, you can index a genome directory with chromosome FASTA files on your computer.
$ gimme index /usr/share/genomes/hg19 hg19
Predict some motifs:
$ gimme motifs my_peaks.bed -g hg38 -n my_motifs
Frequently Asked Questions (FAQ)
I get the following error: “Invalid value for background argument”.
Currently, this is a bug in the default configuration file. Run gimme motifs with the additional argument -b gc,random.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gimmemotifs-0.10.0b2.tar.gz.
File metadata
- Download URL: gimmemotifs-0.10.0b2.tar.gz
- Upload date:
- Size: 43.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a633f386f89dfe434c86f1a971ef0d14ecfda8aa9fd25ac9e1542943d1edd97
|
|
| MD5 |
e7cb27b2679334f26bf3b1122a5b03cc
|
|
| BLAKE2b-256 |
e53acd3a48bbd49c2cdf325616da57ebe50b12135a4f60111cc4960573f29524
|