Skip to main content

GimmeMotifs is a motif prediction pipeline.

Project description

bioconda-badge PyPI version Build Status Code Health Documentation Status

DOI

Suite of motif tools, including a motif prediction pipeline for ChIP-seq experiments.

See full GimmeMotifs documentation for detailed installation instructions and usage examples.

For documentation on the development version see here.

Easy installation

The most straightforward way to install GimmeMotifs is via conda using the bioconda channel. If you have not used bioconda yet, first set up the necessary channels (in this order):

$ conda config --add channels r
$ conda config --add channels defaults
$ conda config --add channels conda-forge
$ conda config --add channels bioconda

Normally, you would be able to install GimmeMotifs with one command:

$ conda create -n gimme gimmemotifs

However, due to an issue with the bioconda build system, I can’t release the current stable version on bioconda. Until that is fixed, you can install it as follows:

# Create an environment called gimme with all dependencies
$ conda create -n gimme python=3 pip future numpy scipy matplotlib=2 \
statsmodels scikit-learn seaborn jinja2 bedtools pybedtools \
ucsc-genepredtobed lightning xgboost r-robustrankaggreg pillow pyyaml \
diskcache six ucsc-bigbedtobed xdg xxhash readline ghostscript homer \
gadem trawler weeder xxmotif

# Activate the environment
$ source activate gimme

# Install gimmemotifs
$ pip install https://github.com/simonvh/gimmemotifs/releases/download/0.11.1/gimmemotifs-0.11.1.tar.gz

Python 3 is the preferred version, however, GimmeMotifs also supports Python 2. Don’t forget to activate the environment with source activate gimme whenever you want to use GimmeMotifs.

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

Help

  • Check the FAQ for common issues.

  • The preferred way to get support is through the Github issues page

  • Finally, you can reach me by mail or Twitter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gimmemotifs-0.11.1.tar.gz (36.3 MB view details)

Uploaded Source

File details

Details for the file gimmemotifs-0.11.1.tar.gz.

File metadata

  • Download URL: gimmemotifs-0.11.1.tar.gz
  • Upload date:
  • Size: 36.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gimmemotifs-0.11.1.tar.gz
Algorithm Hash digest
SHA256 b24498e9e09f238fa6ac13f1c0d4ae69425062a63aec875de5cb45b907bc5915
MD5 13f96398f2fcff395a8610d378e25b6f
BLAKE2b-256 e9c66b7e7069dbadc7d14ddab5483ef1c98e7532a3a92d66d89ef5cb59d0ac7a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page