Skip to content

Instantly share code, notes, and snippets.

View carolinecunningham's full-sized avatar

Caroline Cunningham carolinecunningham

  • Massachusetts Institute of Technology
View GitHub Profile
import requests
import json
# MUTAGENE_URL = "https://www.ncbi.nlm.nih.gov/research/mutagene"
# MUTAGENE_URL = "https://dev.ncbi.nlm.nih.gov/research/mutagene"
MUTAGENE_URL = "https://mwebdev2/research/mutagene"
# MUTAGENE_URL = "http://localhost:5000"
def get_motifs(fname, assembly=37):