Mercurial > repos > bernhardlutz > rest_tool
diff rest_tool_assay_by_activity_or_target.py @ 8:3c1e862e8cd6 draft
Uploaded
author | bernhardlutz |
---|---|
date | Fri, 02 May 2014 05:40:28 -0400 |
parents | 9ee84d9fd3a7 |
children |
line wrap: on
line diff
--- a/rest_tool_assay_by_activity_or_target.py Thu Apr 03 06:51:54 2014 -0400 +++ b/rest_tool_assay_by_activity_or_target.py Fri May 02 05:40:28 2014 -0400 @@ -9,7 +9,7 @@ url="http://pubchem.ncbi.nlm.nih.gov/rest/pug/assay/" if args.activity is None: #target - url+="target/"+args.targettype+"/"+args.targetid + url+= "target/%s/%s" % ( args.targettype, args.targetid ) else: url+="activity/"+args.activity url+="/aids/txt"