Skip to content

Instantly share code, notes, and snippets.

@clarle
Created July 19, 2012 02:43
Show Gist options
  • Save clarle/3140419 to your computer and use it in GitHub Desktop.
Save clarle/3140419 to your computer and use it in GitHub Desktop.
Genet Test Program
import genet
aa_values = genet.extract_aa_values("Cyto loop1 (56 aa) 139/140-194/195")
raw_html = genet.search_by_consequence(aa_values)
print genet.parse_result_data(raw_html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment