Source code for pyproteome.motifs.weblogo

import os
import math
import requests

try:
    from IPython.display import Image
except ImportError:
    Image = None

from . import motif


WEBLOGO_URL = 'http://weblogo.threeplusone.com/create.cgi'