Skip to content

Suite of motif tools, including a motif prediction pipeline for ChIP-seq experiments. See full GimmeMotifs documentation for detailed installation instructions and usage examples.

License

YichaoOU/gimmemotifs

 
 

Repository files navigation

GimmeMotifs

bioconda-badge PyPI version Build Status Code Health

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:

$ 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.

About

Suite of motif tools, including a motif prediction pipeline for ChIP-seq experiments. See full GimmeMotifs documentation for detailed installation instructions and usage examples.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.0%
  • HTML 8.4%
  • C++ 6.7%
  • Makefile 6.6%
  • Assembly 5.9%
  • Perl 4.5%
  • Other 10.9%