This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Plink: Database Lookup

does anybody know if the web database lookup for plink 1.07 is still working. I'm always getting the following message.

@----------------------------------------------------------@
|        PLINK!       |     v1.07      |   10/Aug/2009     |
|----------------------------------------------------------|
|  (C) 2009 Shaun Purcell, GNU General Public License, v2  |
|----------------------------------------------------------|
|  For documentation, citation & bug-report instructions:  |
|        http://pngu.mgh.harvard.edu/purcell/plink/        |
@----------------------------------------------------------@

Web-based version check ( --noweb to skip )
Recent cached web-check found... OK, v1.07 is current

Writing this text to log file [ plink.log ]
Analysis started: Wed Sep  7 14:24:34 2011

Options in effect:
    --lookup-gene DISC1

PLINK-SNP (WGAS SNP annotation courtesy of Patrick Sullivan)
Looking up gene information (and SNPs +/- 20 kb)
Connecting to web...  **failed connection**
plink web

2 answers

As far as I can see in the sources of plink, it tries to connect to the following URL:

http://pngu.mgh.harvard.edu:80/~purcell/cgi-bin/gene.pl?win=20000&gene=DISC1

but it takes forever, even for the simple "http://pngu.mgh.harvard.edu:80/~purcell/cgi-bin/gene.pl" , so I think the problem comes from the server side.

so there is nothing I can do?

I too have the same problem. Has anyone solved this issue?

Consider using other tools for gene lookups.

Log in to answer this question.