From 3615c04e37073d4e0746d44a39ddfaaea31e54a6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 May 2012 12:52:14 -0500 Subject: On branch master Your branch is ahead of 'origin/master' by 2 commits. Changes to be committed: (use "git reset HEAD ..." to unstage) deleted: web/webqtl/pubmedsearch/PubmedSearch.py deleted: web/webqtl/pubmedsearch/PubmedSearchRe.py deleted: web/webqtl/pubmedsearch/__init__.py deleted: web/webqtl/search/pubmedsearch.py --- web/webqtl/search/pubmedsearch.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 web/webqtl/search/pubmedsearch.py (limited to 'web/webqtl/search') diff --git a/web/webqtl/search/pubmedsearch.py b/web/webqtl/search/pubmedsearch.py deleted file mode 100755 index d0d18ff5..00000000 --- a/web/webqtl/search/pubmedsearch.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys -import os -import MySQLdb -import time - -db='db_webqtl_leiyan' -author="megan memphis" - -con = MySQLdb.Connect(db=db,user='webqtlupd',passwd='webqtl', host="localhost") -cursor = con.cursor() -cursor.execute('select PhenotypeId, Locus, DataId, Phenotype.Post_publication_description from PublishXRef, Phenotype where PublishXRef.PhenotypeId = Phenotype.Id and InbredSetId=%s'%InbredSetId) -PublishXRefInfos = cursor.fetchall() -- cgit v1.2.3