diff options
author | root | 2012-05-22 12:52:14 -0500 |
---|---|---|
committer | root | 2012-05-22 12:52:14 -0500 |
commit | 3615c04e37073d4e0746d44a39ddfaaea31e54a6 (patch) | |
tree | 0811d187dc932009cbb24d8b29b31e2ca58a4dda /web/webqtl/search | |
parent | 89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7 (diff) | |
download | genenetwork2-3615c04e37073d4e0746d44a39ddfaaea31e54a6.tar.gz |
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
Changes to be committed:
(use "git reset HEAD <file>..." 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
Diffstat (limited to 'web/webqtl/search')
-rwxr-xr-x | web/webqtl/search/pubmedsearch.py | 12 |
1 files changed, 0 insertions, 12 deletions
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() |