diff uniprot_ID_mapper/python.py @ 3:6651ac4651f0 draft default tip

Uploaded
author rsajulga
date Thu, 16 Jul 2015 16:41:35 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uniprot_ID_mapper/python.py	Thu Jul 16 16:41:35 2015 -0400
@@ -0,0 +1,3 @@
+import re
+idMaps = {'ACC':{'109451':{'P_ENTREZ':['P90234']}}}
+print 'ACC' in idMaps
\ No newline at end of file